summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-02 13:49:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-02 13:49:07 +0000
commit45f29cba26c30e891103095c588c43bcd50f7577 (patch)
tree60538bec56bdef93fe2ba0901ca533523d7108ca /Makefile
parent91562e81585ecfaba86a593e2abe0c05699e1799 (diff)
downloadnetsurf-45f29cba26c30e891103095c588c43bcd50f7577.tar.gz
netsurf-45f29cba26c30e891103095c588c43bcd50f7577.tar.bz2
Fix install-gtk some more
svn path=/trunk/netsurf/; revision=11884
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef26a6b87..b3edda536 100644
--- a/Makefile
+++ b/Makefile
@@ -610,6 +610,7 @@ install-gtk: nsgtk
@cp -RL gtk/res/it $(DESTDIR)$(NETSURF_GTK_RESOURCES)
@cp -RL gtk/res/nl $(DESTDIR)$(NETSURF_GTK_RESOURCES)
@# Install glade templates
+ gzip -9v < gtk/res/cookies.glade > $(DESTDIR)$(NETSURF_GTK_RESOURCES)cookies.glade
gzip -9v < gtk/res/downloads.glade > $(DESTDIR)$(NETSURF_GTK_RESOURCES)downloads.glade
gzip -9v < gtk/res/history.glade > $(DESTDIR)$(NETSURF_GTK_RESOURCES)history.glade
gzip -9v < gtk/res/hotlist.glade > $(DESTDIR)$(NETSURF_GTK_RESOURCES)hotlist.glade