2000-11-11 06:52:25 +00:00
|
|
|
diff -urN ../../xzgv-0.6.orig/Makefile ./Makefile
|
|
|
|
--- ../../xzgv-0.6.orig/Makefile Wed Nov 8 21:52:49 2000
|
|
|
|
+++ ./Makefile Sat Nov 11 14:28:52 2000
|
|
|
|
@@ -24,9 +24,9 @@
|
2000-10-19 11:56:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-all: src man infowarn
|
2000-11-11 06:52:25 +00:00
|
|
|
+all: src man info #infowarn
|
2000-10-19 11:56:49 +00:00
|
|
|
|
|
|
|
-src: xzgv src/install-info
|
|
|
|
+src: xzgv #src/install-info
|
|
|
|
|
|
|
|
# We try this the whole time, as the dependancies are a bit
|
|
|
|
# complicated to duplicate here.
|
2000-11-11 06:52:25 +00:00
|
|
|
@@ -45,9 +45,9 @@
|
|
|
|
# as I don't want to assume everyone has texinfo's `makeinfo' handy.
|
|
|
|
# So the `infowarn' below is mainly to warn me if the info gets
|
|
|
|
# out of date. :-)
|
|
|
|
-info: doc/xzgv.gz
|
|
|
|
+info: doc/xzgv
|
|
|
|
|
|
|
|
-doc/xzgv.gz: doc/xzgv.texi
|
|
|
|
+doc/xzgv: doc/xzgv.texi
|
|
|
|
cd doc && $(MAKE) info
|
|
|
|
|
|
|
|
# Warn if the info is out of date. This *is* automatically done.
|