diff options
Diffstat (limited to 'rules/docbook.mk')
-rw-r--r-- | rules/docbook.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/docbook.mk b/rules/docbook.mk index 5a7bfdfd83..864fb3583e 100644 --- a/rules/docbook.mk +++ b/rules/docbook.mk @@ -37,7 +37,7 @@ html_$1 : $1/$2/index.html ifneq "$$(BINDIST)" "YES" $1/$2/index.html: $$($1_DOCBOOK_SOURCES) - "$$(RM)" $$(RM_OPTS_REC) $$(dir $$@) + $$(call removeTrees,$$(dir $$@)) "$$(XSLTPROC)" --stringparam base.dir $$(dir $$@) \ --stringparam use.id.as.filename 1 \ --stringparam html.stylesheet fptools.css \ |