diff options
author | Ian Lynagh <igloo@earth.li> | 2010-05-08 11:57:45 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-05-08 11:57:45 +0000 |
commit | 630cff0df4289e44404428ec679777cd422273bb (patch) | |
tree | a8a73df02811d7f51fb4578833ffc40bbeb724bd /rules/docbook.mk | |
parent | 2007d2138cf17efe6a1701510dbafdfc30e8926c (diff) | |
download | haskell-630cff0df4289e44404428ec679777cd422273bb.tar.gz |
Tidy up the "rm" flags in the build system
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 080874d86a..cec0f2c449 100644 --- a/rules/docbook.mk +++ b/rules/docbook.mk @@ -33,7 +33,7 @@ html_$1 : $1/$2/index.html ifneq "$$(BINDIST)" "YES" $1/$2/index.html: $$($1_DOCBOOK_SOURCES) - "$$(RM)" $$(RM_OPTS) -r $$(dir $$@) + "$$(RM)" $$(RM_OPTS_REC) $$(dir $$@) "$$(XSLTPROC)" --stringparam base.dir $$(dir $$@) \ --stringparam use.id.as.filename 1 \ --stringparam html.stylesheet fptools.css \ |