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

Lines changed: 4 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy