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

Commit1cb4d22

Browse files
committed
Unbreak doc/src/sgml maintainer-clean rule on VPATH builds.
1 parent249724c commit1cb4d22

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎doc/src/sgml/Makefile

Lines changed: 2 additions & 5 deletions
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.130 2009/09/14 13:23:48 petere Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.131 2009/10/0523:58:49 alvherre Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -371,7 +371,4 @@ distclean: clean
371371
rm -f $(addprefix $(srcdir)/,*.texixml *.texi *.info db2texi.refs)
372372

373373
maintainer-clean: distclean
374-
# HTML
375-
rm -rf $(addprefix $(srcdir)/,html/ html-stamp)
376-
# man
377-
rm -rf $(addprefix $(srcdir)/,man1/ man3/ man7/ man-stamp)
374+
rm -rf html-stamp man-stamp

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp