Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 051168b

Browse files
committed
Really unbreak maintainer-clean.
(Or rather, unbreak what the previous commit broke)
1 parent 1cb4d22 commit 051168b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/src/sgml/Makefile

+5-2
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)