Commit 7af929cd authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Switch from old man pages to new ones generated from sgml.

parent 13d1a3c0
......@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.12 1998/11/29 05:30:13 tgl Exp $
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.13 1999/08/08 15:09:04 thomas Exp $
#
#----------------------------------------------------------------------------
......@@ -56,8 +56,9 @@ clean::
distclean::
$(MAKE) clean
man::
$(MAKE) -C $(SRCDIR) install-man
man:: man.tar.gz
if test ! -d $(POSTMANDIR) ; then mkdir $(POSTMANDIR) ; fi
$(GZCAT) $< | (cd $(POSTMANDIR) ; $(TAR) xf - )
#
# Generic production rules
......
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment