summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2009-10-05 23:58:49 +0000
committerAlvaro Herrera2009-10-05 23:58:49 +0000
commit4037d3f87a99262f02d2a787e9c5f60c38768a2e (patch)
tree63b749bae9153624b4c7c8baf9b864347ca883db
parenta60d707a14eff8cebe1425794b9f34bdb5190f13 (diff)
Unbreak doc/src/sgml maintainer-clean rule on VPATH builds.
-rw-r--r--doc/src/sgml/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 5846d8ead1..23d6dbf69c 100644
--- a/doc/src/sgml/Makefile
+++ b/doc/src/sgml/Makefile
@@ -371,7 +371,4 @@ distclean: clean
rm -f $(addprefix $(srcdir)/,*.texixml *.texi *.info db2texi.refs)
maintainer-clean: distclean
-# HTML
- rm -rf $(addprefix $(srcdir)/,html/ html-stamp)
-# man
- rm -rf $(addprefix $(srcdir)/,man1/ man3/ man7/ man-stamp)
+ rm -rf html-stamp man-stamp