diff options
Diffstat (limited to 'math/gretl/files/patch-gnome::Makefile.in')
-rw-r--r-- | math/gretl/files/patch-gnome::Makefile.in | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/math/gretl/files/patch-gnome::Makefile.in b/math/gretl/files/patch-gnome::Makefile.in deleted file mode 100644 index 0daf4dce042b..000000000000 --- a/math/gretl/files/patch-gnome::Makefile.in +++ /dev/null @@ -1,41 +0,0 @@ ---- gnome/Makefile.in.orig Tue Aug 27 03:11:56 2002 -+++ gnome/Makefile.in Mon Oct 21 08:27:48 2002 -@@ -2,10 +2,10 @@ - docdir = ../doc - - INSTALL = @INSTALL@ --gnome_prefix = @gnome_prefix@ -+datadir = @datadir@ - have_gnome = @have_gnome@ - --sysconfdir = $(gnome_prefix)/etc -+sysconfdir = @sysconfdir@ - - GCONFTOOL = @GCONFTOOL@ - GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ -@@ -24,11 +24,11 @@ - install_help = install-help-1 - endif - --desktopdir = $(gnome_prefix)/share/applications --mimedir = $(gnome_prefix)/share/mime-info --gpixmaps = $(gnome_prefix)/share/pixmaps --ghelpdir = $(gnome_prefix)/share/gnome/help/gretl --schemadir = $(gnome_prefix)/etc/gconf/schemas -+desktopdir = $(datadir)/applications -+mimedir = $(datadir)/mime-info -+gpixmaps = $(datadir)/pixmaps -+ghelpdir = $(datadir)/help/gretl -+schemadir = $(sysconfdir)/gconf/schemas - - install: install-images install-misc install-help-dirs $(install_help) $(install_schemas) - -@@ -58,7 +58,7 @@ - cat $$f | sed s+fileref=\"figures/[^\"]*+\&.png+g > \ - $(ghelpdir)/C/chapters/`basename $$f` ; done - $(INSTALL_DATA) $(docdir)/figures/*.png $(ghelpdir)/C/figures -- make -C $(omfdir) install -+ $(MAKE) -C $(omfdir) install - - install-help-1: - $(INSTALL_DATA) topic.dat $(ghelpdir)/C |