From: Kasun Gajasinghe Date: Sat, 1 Oct 2011 05:53:13 +0000 (+0000) Subject: webhelp - fixing make clean X-Git-Tag: release/1.79.1~6^2~669 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3542a50b898a0cbd6bf915593ef56f937670a9e;p=docbook-dsssl webhelp - fixing make clean --- diff --git a/xsl/webhelp/Makefile b/xsl/webhelp/Makefile index c5bc75c4c..6088b73a0 100644 --- a/xsl/webhelp/Makefile +++ b/xsl/webhelp/Makefile @@ -15,5 +15,5 @@ webhelp: docsrc/readme.xml # $(XSLT) $< ../profiling/xsl2profile.xsl $@ clean: - $(RM) -r doc/* + $(RM) -r docs/*