whitespace tweaks in rules/docbook.mk
authorIan Lynagh <igloo@earth.li>
Sat, 1 Aug 2009 19:52:21 +0000 (19:52 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 1 Aug 2009 19:52:21 +0000 (19:52 +0000)
rules/docbook.mk

index 73532b7..bbcf41c 100644 (file)
@@ -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