From: Thomas G. Lockhart Date: Tue, 6 Jul 1999 17:13:50 +0000 (+0000) Subject: Include rules for building a man tar file. X-Git-Tag: REL6_5_1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=192a66e3dad33ff8aa446c4c053f0b01498549f5;p=postgresql Include rules for building a man tar file. --- diff --git a/doc/src/Makefile b/doc/src/Makefile index db6ad52d9e..7ed3019f8a 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -1,6 +1,7 @@ # Postgres documentation makefile # Thomas Lockhart +# Not yet generated from configure, so use relative path names for now... PGDOCS= .. SRCDIR= ../../src @@ -70,6 +71,10 @@ user.tar: $(MAKE) -C sgml user.html (cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm) +man.tar: + $(MAKE) -C sgml man1 manl + $(TAR) -cf $@ -C sgml man1 manl + # Generic production rules # Compressed file