From: Peter Eisentraut Date: Sat, 2 Dec 2006 01:25:50 +0000 (+0000) Subject: Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.) X-Git-Tag: REL8_2_0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9dbb63e48f496ee61044baea5dface66ceace34;p=thirdparty%2Fpostgresql.git Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.) --- diff --git a/doc/src/Makefile b/doc/src/Makefile index a63fd19490e..6ce8777d10e 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -1,5 +1,5 @@ # Postgres documentation makefile -# $PostgreSQL: pgsql/doc/src/Makefile,v 1.32 2003/11/29 19:51:36 pgsql Exp $ +# $PostgreSQL: pgsql/doc/src/Makefile,v 1.33 2006/12/02 01:25:50 petere Exp $ subdir = doc/src top_builddir = ../.. @@ -18,4 +18,5 @@ postgres.tar: man.tar: $(MAKE) -C sgml man + rm sgml/man$(sqlmansect_dummy)/spi_* $(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)