Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7af929c

Browse files
author
Thomas G. Lockhart
committed
Switch from old man pages to new ones generated from sgml.
1 parent 13d1a3c commit 7af929c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.12 1998/11/29 05:30:13 tgl Exp $
11+
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.13 1999/08/08 15:09:04 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -56,8 +56,9 @@ clean::
5656
distclean::
5757
$(MAKE) clean
5858

59-
man::
60-
$(MAKE) -C $(SRCDIR) install-man
59+
man:: man.tar.gz
60+
if test ! -d $(POSTMANDIR) ; then mkdir $(POSTMANDIR) ; fi
61+
$(GZCAT) $< | (cd $(POSTMANDIR) ; $(TAR) xf - )
6162

6263
#
6364
# Generic production rules

doc/man.tar.gz

79.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)