]> git.saurik.com Git - apt-legacy.git/blobdiff - buildlib/debiandoc.mak
Upgraded to APT 0.7.
[apt-legacy.git] / buildlib / debiandoc.mak
index 0c20dc9117880b76a957befa9f6cbcf325cac3b5..f33474107e71723d386006f3ffeb3ce97013c604 100644 (file)
@@ -27,7 +27,7 @@ vpath %.sgml $(SUBDIRS)
 $(DOC)/%.html: %.sgml
        echo Creating html for $< to $@
        -rm -rf $@
-       (HERE=`pwd`; cd $(@D) && $(DEBIANDOC_HTML) $$HERE/$<)
+       (HERE=`pwd`; cd $(@D) && $(DEBIANDOC_HTML) $(DEBIANDOC_HTML_OPTIONS) $$HERE/$<)
 
 # Clean rule
 .PHONY: veryclean/html/$(LOCAL)