Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4718358

Browse files
committed
Remove stylesheet.css file on "make clean", created only on VPATH builds.
1 parentf5e2911 commit4718358

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)

[8]ページ先頭

©2009-2025 Movatter.jp