]> git.saurik.com Git - apt.git/blobdiff - buildlib/debiandoc.mak
* debug support (Debug::pkgAcquire::RRed) for rred method added
[apt.git] / buildlib / debiandoc.mak
index 5e08bda6c360df4884c3c68af12c2197bb27f14d..0c20dc9117880b76a957befa9f6cbcf325cac3b5 100644 (file)
@@ -27,7 +27,7 @@ vpath %.sgml $(SUBDIRS)
 $(DOC)/%.html: %.sgml
        echo Creating html for $< to $@
        -rm -rf $@
-       (HERE=`pwd`; cd $(@D) && debiandoc2html $$HERE/$<)
+       (HERE=`pwd`; cd $(@D) && $(DEBIANDOC_HTML) $$HERE/$<)
 
 # Clean rule
 .PHONY: veryclean/html/$(LOCAL)
@@ -48,7 +48,7 @@ veryclean: veryclean/text/$(LOCAL)
 vpath %.sgml $(SUBDIRS)
 $(DOC)/%.text: %.sgml
        echo Creating text for $< to $@
-       debiandoc2text -O $< > $@
+       $(DEBIANDOC_TEXT) -O $< > $@
 
 # Clean rule
 .PHONY: veryclean/text/$(LOCAL)