projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d1a3c
)
Switch from old man pages to new ones generated from sgml.
author
Thomas G. Lockhart
Sun, 8 Aug 1999 15:09:04 +0000
(15:09 +0000)
committer
Thomas G. Lockhart
Sun, 8 Aug 1999 15:09:04 +0000
(15:09 +0000)
doc/Makefile
patch
|
blob
|
blame
|
history
doc/man.tar.gz
[new file with mode: 0644]
patch
|
blob
diff --git
a/doc/Makefile
b/doc/Makefile
index baa809d797af0e1f21ea79672476c20fc82cc824..bf5d2ce44747cf690484c5928cdc49ba1da5a69b 100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-8,7
+8,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/doc/Makefile,v 1.1
2 1998/11/29 05:30:13 tgl
Exp $
+# $Header: /cvsroot/pgsql/doc/Makefile,v 1.1
3 1999/08/08 15:09:04 thomas
Exp $
#
#----------------------------------------------------------------------------
@@
-56,8
+56,9
@@
clean::
distclean::
$(MAKE) clean
-man::
- $(MAKE) -C $(SRCDIR) install-man
+man:: man.tar.gz
+ if test ! -d $(POSTMANDIR) ; then mkdir $(POSTMANDIR) ; fi
+ $(GZCAT) $< | (cd $(POSTMANDIR) ; $(TAR) xf - )
#
# Generic production rules
diff --git a/doc/man.tar.gz
b/doc/man.tar.gz
new file mode 100644
(file)
index 0000000..
69abfd5
Binary files /dev/null and b/doc/man.tar.gz differ