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 a4cf1ba commit fab3391Copy full SHA for fab3391
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.73 2004/11/23 16:27:59 petere Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.74 2004/11/23 21:41:24 petere Exp $
6
7
#----------------------------------------------------------------------------
8
@@ -243,3 +243,5 @@ clean distclean maintainer-clean:
243
rm -f HTML.index $(GENERATED_SGML)
244
# text
245
rm -f INSTALL HISTORY regress_README
246
+# XML
247
+ rm -f postgres.xml htmlhelp.hhp toc.hhc index.hhk
0 commit comments