Skip to content

Commit 7657bce

Browse files
committed
Clean up doc/Makefile to install manual pages.
1 parent 81c0383 commit 7657bce

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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::
5656
distclean::
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-

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy