Really unbreak maintainer-clean.
authorAlvaro Herrera <[email protected]>
Tue, 6 Oct 2009 00:54:26 +0000 (00:54 +0000)
committerAlvaro Herrera <[email protected]>
Tue, 6 Oct 2009 00:54:26 +0000 (00:54 +0000)
(Or rather, unbreak what the previous commit broke)

doc/src/sgml/Makefile

index 23d6dbf69c3d4386889eeea854cb27810f22d81c..8844e36b2a62e56a1d33c5adfdc60cfc3716a410 100644 (file)
@@ -371,4 +371,7 @@ distclean: clean
        rm -f $(addprefix $(srcdir)/,*.texixml *.texi *.info db2texi.refs)
 
 maintainer-clean: distclean
-       rm -rf html-stamp man-stamp
+# HTML
+       rm -fr html/ html-stamp
+# man
+       rm -rf man1/ man3/ man7/ man-stamp