From: Alvaro Herrera Date: Tue, 6 Oct 2009 00:54:26 +0000 (+0000) Subject: Really unbreak maintainer-clean. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=7d3b3eedd8d49a342cb533cc31bbe5bcf1ce03be;p=users%2Fsimon%2Fpostgres.git Really unbreak maintainer-clean. (Or rather, unbreak what the previous commit broke) --- diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 23d6dbf69c..8844e36b2a 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -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