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

Commit 4718358

Browse files
committed
Remove stylesheet.css file on "make clean", created only on VPATH builds.
1 parent f5e2911 commit 4718358

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.99 2007/08/31 16:41:52 momjian Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.100 2007/10/07 00:23:21 alvherre Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -311,3 +311,6 @@ clean distclean maintainer-clean:
311311
rm -f postgres.xml htmlhelp.hhp toc.hhc index.hhk *.fo
312312
# Texinfo
313313
rm -f *.texixml *.texi *.info db2texi.refs
314+
ifeq ($(vpath_build), yes)
315+
rm -f stylesheet.css
316+
endif

0 commit comments

Comments
 (0)