summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-07-29 09:08:32 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-07-29 09:08:32 +0000
commit5693c0500c57de7512494920a2e261dec5798de4 (patch)
tree7d8bb6fb38cbdbe6fb8e6807e77c699c50bdfa0b /Makefile.config
parentf28f4cc76085b4c5cf589b3ca771fa7379d90eac (diff)
downloadnetsurf-5693c0500c57de7512494920a2e261dec5798de4.tar.gz
netsurf-5693c0500c57de7512494920a2e261dec5798de4.tar.bz2
Make install-gtk target obey NETSURF_GTK_RESOURCES, and add config option for location of binary
svn path=/trunk/netsurf/; revision=4789
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 106de03e6..8b2b978ab 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -68,6 +68,9 @@ ifeq ($(TARGET),gtk)
# Where to search for NetSurf's resources after looking in ~/.netsurf and
# $NETSURFRES. It must have a trailing /
NETSURF_GTK_RESOURCES := /usr/local/share/netsurf/
+
+ # Where to install the netsurf binary
+ NETSURF_GTK_BIN := /usr/local/bin/
# Use librsvg in conjunction with Cairo to render SVG images
# Valid options: YES, NO, AUTO