projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e2911
)
Remove stylesheet.css file on "make clean", created only on VPATH builds.
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Sun, 7 Oct 2007 00:23:21 +0000
(
00:23
+0000)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Sun, 7 Oct 2007 00:23:21 +0000
(
00:23
+0000)
doc/src/sgml/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/Makefile
b/doc/src/sgml/Makefile
index 1250bd1a1bbb9eaaa5cd27652c8e3b47a9b7304c..b2a897d34a94181aea3eb73bd45f4915138654c5 100644
(file)
--- a/
doc/src/sgml/Makefile
+++ b/
doc/src/sgml/Makefile
@@
-2,7
+2,7
@@
#
# 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:
rm -f postgres.xml htmlhelp.hhp toc.hhc index.hhk *.fo
# Texinfo
rm -f *.texixml *.texi *.info db2texi.refs
+ifeq ($(vpath_build), yes)
+ rm -f stylesheet.css
+endif