We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3394839 commit b9dbb63Copy full SHA for b9dbb63
doc/src/Makefile
@@ -1,5 +1,5 @@
1
# Postgres documentation makefile
2
-# $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 $
3
4
subdir = doc/src
5
top_builddir = ../..
@@ -18,4 +18,5 @@ postgres.tar:
18
19
man.tar:
20
$(MAKE) -C sgml man
21
+ rm sgml/man$(sqlmansect_dummy)/spi_*
22
$(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)
0 commit comments