summaryrefslogtreecommitdiff
path: root/doc/src/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-11-14 10:22:48 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-11-14 10:22:48 +0000
commitd1292550770290a09863f2f2bd0d52e49301d29e (patch)
treed639f0c5ad0ea8da9121cb40d9657c31804306bb /doc/src/Makefile
parente339ed5f5007e37f18d57886ca6414d19cd92ee3 (diff)
downloadpostgresql-d1292550770290a09863f2f2bd0d52e49301d29e.tar.gz
Set SQL man pages to be section 7 by default, and only transform them to
another section if required by the platform (instead of the old way of building them in section "l" and always transforming them to the platform-specific section). This speeds up the installation on common platforms, and it avoids some funny business with the man page tools and build process.
Diffstat (limited to 'doc/src/Makefile')
-rw-r--r--doc/src/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/Makefile b/doc/src/Makefile
index 6ce8777d10..75b57ace17 100644
--- a/doc/src/Makefile
+++ b/doc/src/Makefile
@@ -1,5 +1,5 @@
# Postgres documentation makefile
-# $PostgreSQL: pgsql/doc/src/Makefile,v 1.33 2006/12/02 01:25:50 petere Exp $
+# $PostgreSQL: pgsql/doc/src/Makefile,v 1.34 2008/11/14 10:22:45 petere Exp $
subdir = doc/src
top_builddir = ../..
@@ -18,5 +18,4 @@ postgres.tar:
man.tar:
$(MAKE) -C sgml man
- rm sgml/man$(sqlmansect_dummy)/spi_*
- $(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)
+ $(TAR) -cf $@ -C sgml man1 man7