freebsd-ports/graphics/xzgv/files/patch-aa
Steve Price 837e7f9d89 Update to version 0.7.
PR:		28053
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-06-17 18:21:28 +00:00

26 lines
679 B
Text

--- Makefile.orig Fri Nov 17 13:28:43 2000
+++ Makefile Sat Jun 9 17:03:04 2001
@@ -24,9 +24,9 @@
-all: src man infowarn
+all: src man info #infowarn
-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.
@@ -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.info
-doc/xzgv.gz: doc/xzgv.texi
+doc/xzgv.info: doc/xzgv.texi
cd doc && $(MAKE) info
# Warn if the info is out of date. This *is* automatically done.