1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix manpages related to SPI functions.

This patch adds declaration so that they end up in section 3, and adds
them to the Makefiles to install them.

Also, some synopses needed reflowing so that they look nice in 80-column
terminals.
This commit is contained in:
Alvaro Herrera
2009-08-05 19:31:50 +00:00
parent 25bd9ce31b
commit 6403c35ee6
4 changed files with 62 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
# Postgres documentation makefile
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.35 2008/11/14 10:43:59 petere Exp $
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.36 2009/08/05 19:31:50 alvherre Exp $
subdir = doc/src
top_builddir = ../..
@@ -15,4 +15,4 @@ postgres.tar:
man.tar:
$(MAKE) -C sgml man
$(TAR) -cf $@ -C sgml man1 man7
$(TAR) -cf $@ -C sgml man1 man3 man7