8000
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 f5e2911 commit 4718358Copy full SHA for 4718358
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.99 2007/08/31 16:41:52 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.100 2007/10/07 00:23:21 alvherre Exp $
6
7
#----------------------------------------------------------------------------
8
@@ -311,3 +311,6 @@ clean distclean maintainer-clean:
311
rm -f postgres.xml htmlhelp.hhp toc.hhc index.hhk *.fo
312
# Texinfo
313
rm -f *.texixml *.texi *.info db2texi.refs
314
+ifeq ($(vpath_build), yes)
315
+ rm -f stylesheet.css
316
+endif
0 commit comments