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 8
8
#
9
9
#
10
10
# 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 $
12
12
#
13
13
# ----------------------------------------------------------------------------
14
14
@@ -56,9 +56,9 @@ clean::
56
56
distclean ::
57
57
$(MAKE ) clean
58
58
59
- man :: man.tar.gz
59
+ man ::
60
60
if test ! -d $( POSTMANDIR) ; then mkdir $( POSTMANDIR) ; fi
61
- $(GZCAT ) $< | (cd $( POSTMANDIR) ; $( TAR) xf - )
61
+ $(GZCAT ) man.tar.gz | (cd $( POSTMANDIR) ; $( TAR) xf - )
62
62
63
63
#
64
64
# Generic production rules
@@ -77,4 +77,3 @@ man:: man.tar.gz
77
77
if test ! -d $( PGDOCS) /$* ; then mkdir $( PGDOCS) /$* ; fi
78
78
$(GZCAT ) $< | (cd $( PGDOCS) /$* ; $( TAR) xf - )
79
79
# touch ./$*
80
-
You can’t perform that action at this time.
0 commit comments