File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 88#
99#
1010# IDENTIFICATION
11- # $Header: /cvsroot/pgsql/doc/Makefile,v 1.13 1999/08/08 15:09:04 thomas Exp $
11+ # $Header: /cvsroot/pgsql/doc/Makefile,v 1.14 1999/12/05 21:23:00 momjian Exp $
1212#
1313# ----------------------------------------------------------------------------
1414
@@ -56,9 +56,9 @@ clean::
5656distclean ::
5757 $(MAKE ) clean
5858
59- man :: man.tar.gz
59+ man ::
6060 if test ! -d $( POSTMANDIR) ; then mkdir $( POSTMANDIR) ; fi
61- $(GZCAT ) $< | (cd $( POSTMANDIR) ; $( TAR) xf - )
61+ $(GZCAT ) man.tar.gz | (cd $( POSTMANDIR) ; $( TAR) xf - )
6262
6363#
6464# Generic production rules
@@ -77,4 +77,3 @@ man:: man.tar.gz
7777 if test ! -d $( PGDOCS) /$* ; then mkdir $( PGDOCS) /$* ; fi
7878 $(GZCAT ) $< | (cd $( PGDOCS) /$* ; $( TAR) xf - )
7979# touch ./$*
80-
You can’t perform that action at this time.
0 commit comments