Commit 4718358f authored by Alvaro Herrera's avatar Alvaro Herrera

Remove stylesheet.css file on "make clean", created only on VPATH builds.

parent f5e29111
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# PostgreSQL documentation makefile # PostgreSQL documentation makefile
# #
# $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 $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
...@@ -311,3 +311,6 @@ clean distclean maintainer-clean: ...@@ -311,3 +311,6 @@ clean distclean maintainer-clean:
rm -f postgres.xml htmlhelp.hhp toc.hhc index.hhk *.fo rm -f postgres.xml htmlhelp.hhp toc.hhc index.hhk *.fo
# Texinfo # Texinfo
rm -f *.texixml *.texi *.info db2texi.refs rm -f *.texixml *.texi *.info db2texi.refs
ifeq ($(vpath_build), yes)
rm -f stylesheet.css
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment