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

Commit051168b

Browse files
committed
Really unbreak maintainer-clean.
(Or rather, unbreak what the previous commit broke)
1 parent1cb4d22 commit051168b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎doc/src/sgml/Makefile

Lines changed: 5 additions & 2 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.131 2009/10/05 23:58:49 alvherre Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.132 2009/10/06 00:54:26 alvherre Exp $
66
#
77
#----------------------------------------------------------------------------
88

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

373373
maintainer-clean: distclean
374-
rm -rf html-stamp man-stamp
374+
# HTML
375+
rm -fr html/ html-stamp
376+
# man
377+
rm -rf man1/ man3/ man7/ man-stamp

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp