Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b9dbb63

Browse files
committed
Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.)
1 parent 3394839 commit b9dbb63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Postgres documentation makefile
2-
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.32 2003/11/29 19:51:36 pgsql Exp $
2+
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.33 2006/12/02 01:25:50 petere Exp $
33

44
subdir = doc/src
55
top_builddir = ../..
@@ -18,4 +18,5 @@ postgres.tar:
1818

1919
man.tar:
2020
$(MAKE) -C sgml man
21+
rm sgml/man$(sqlmansect_dummy)/spi_*
2122
$(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)

0 commit comments

Comments
 (0)