mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user