summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-08-01 19:52:21 +0000
committerIan Lynagh <igloo@earth.li>2009-08-01 19:52:21 +0000
commitdfb53739ae18f3c5e0efd32c5ea03748f73a9dc5 (patch)
tree78b8a72da93fddc7409c06cdf1a00cc850434395 /rules
parent62b88256262035a4475126debc0dd694baa7aedb (diff)
downloadhaskell-dfb53739ae18f3c5e0efd32c5ea03748f73a9dc5.tar.gz
whitespace tweaks in rules/docbook.mk
Diffstat (limited to 'rules')
-rw-r--r--rules/docbook.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/docbook.mk b/rules/docbook.mk
index 73532b72cc..bbcf41c808 100644
--- a/rules/docbook.mk
+++ b/rules/docbook.mk
@@ -34,9 +34,9 @@ $1/$2/index.html: $$($1_DOCBOOK_SOURCES)
"$$(XSLTPROC)" --stringparam base.dir $$(dir $$@) \
--stringparam use.id.as.filename 1 \
--stringparam html.stylesheet fptools.css \
- --nonet \
+ --nonet \
$$(XSLTPROC_LABEL_OPTS) $$(XSLTPROC_OPTS) \
- $$(XSLTPROC_HTML_STYLESHEET) \
+ $$(XSLTPROC_HTML_STYLESHEET) \
$1/$2.xml
cp mk/fptools.css $$(dir $$@)
else