diff options
Diffstat (limited to 'x11-toolkits/fox/files')
-rw-r--r-- | x11-toolkits/fox/files/patch-ab | 6 | ||||
-rw-r--r-- | x11-toolkits/fox/files/patch-ac | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/fox/files/patch-ab b/x11-toolkits/fox/files/patch-ab index 85bd614..a88f2e9 100644 --- a/x11-toolkits/fox/files/patch-ab +++ b/x11-toolkits/fox/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Mar 17 05:47:30 2001 -+++ Makefile.in Sat Mar 17 20:18:26 2001 +--- Makefile.in.orig Fri Jul 13 02:58:24 2001 ++++ Makefile.in Fri Jul 20 20:42:11 2001 @@ -89,7 +89,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies -SUBDIRS = utils include src doc tests textedit pathfinder calculator -+SUBDIRS = utils include src doc ++SUBDIRS = utils include src ${DOC} EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox/files/patch-ac b/x11-toolkits/fox/files/patch-ac index e670d02..c9c9fb4 100644 --- a/x11-toolkits/fox/files/patch-ac +++ b/x11-toolkits/fox/files/patch-ac @@ -5,7 +5,7 @@ X_BASE_LIBS = @X_BASE_LIBS@ -htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html ++htmldir = $(datadir)/doc/@PACKAGE@/html # Source code documentation tool PERCEPS = perceps |