summaryrefslogtreecommitdiff
path: root/xmlrules.in
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-11-05 11:25:19 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-11-05 11:25:19 -0400
commit5ac02409a2b91cf0d55adfb9cd49555d28dc225f (patch)
tree60b02e8c816c0a1768957d04a8e430a44e057553 /xmlrules.in
parent33f568d915d8e36d2c9d1d36d630c28a9f2889e7 (diff)
xmlrules.in: add a clean-local target for chunked-html
CLEANFILES does not work directories Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'xmlrules.in')
-rw-r--r--xmlrules.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlrules.in b/xmlrules.in
index edde341..9d41c65 100644
--- a/xmlrules.in
+++ b/xmlrules.in
@@ -62,6 +62,7 @@ SUFFIXES = .xml .ps .pdf .txt .html
chunked-html: $(doc_sources)
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) -o html xhtml $(doc_sources)
-CLEANFILES += html
+clean-local:
+ $(AM_V_GEN)rm -fr html/
endif HAVE_XMLTO