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

REL7_0_PATCHES
Thomas G. Lockhart 26 years ago
parent 13d1a3c06d
commit 7af929cd79
  1. 7
      doc/Makefile
  2. BIN
      doc/man.tar.gz

@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # 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:: distclean::
$(MAKE) clean $(MAKE) clean
man:: man:: man.tar.gz
$(MAKE) -C $(SRCDIR) install-man if test ! -d $(POSTMANDIR) ; then mkdir $(POSTMANDIR) ; fi
$(GZCAT) $< | (cd $(POSTMANDIR) ; $(TAR) xf - )
# #
# Generic production rules # Generic production rules

Binary file not shown.
Loading…
Cancel
Save