1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Clean up doc/Makefile to install manual pages.

This commit is contained in:
Bruce Momjian
1999-12-05 21:23:00 +00:00
parent 81c0383295
commit 7657bce7a0

View File

@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.13 1999/08/08 15:09:04 thomas Exp $
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.14 1999/12/05 21:23:00 momjian Exp $
#
#----------------------------------------------------------------------------
@@ -56,9 +56,9 @@ clean::
distclean::
$(MAKE) clean
man:: man.tar.gz
man::
if test ! -d $(POSTMANDIR) ; then mkdir $(POSTMANDIR) ; fi
$(GZCAT) $< | (cd $(POSTMANDIR) ; $(TAR) xf - )
$(GZCAT) man.tar.gz | (cd $(POSTMANDIR) ; $(TAR) xf - )
#
# Generic production rules
@@ -77,4 +77,3 @@ man:: man.tar.gz
if test ! -d $(PGDOCS)/$* ; then mkdir $(PGDOCS)/$* ; fi
$(GZCAT) $< | (cd $(PGDOCS)/$* ; $(TAR) xf - )
# touch ./$*