X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=doc%2FMakefile;h=e888df986c6a2307a4cfa7a82db429ffaf058723;hp=e81d6c6d750f6d708b8cc888fbb26a32ec62a798;hb=HEAD;hpb=9323f7c29a886304325b1562450729a12e0ccbea diff --git a/doc/Makefile b/doc/Makefile index e81d6c6..e888df9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,12 +1,14 @@ # programs for documentation DDOC := /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl -DEBIANDOC2HTML := debiandoc2html -d $(DDOC) -l C -c +DEBIANDOC2HTML := debiandoc2html -d $(DDOC) -c # detailed sgml validation NSGMLS := nsgmls -ges -wall $(DDOC) all: clean $(NSGMLS) yaboot-howto.sgml - $(DEBIANDOC2HTML) yaboot-howto.sgml + $(NSGMLS) yaboot-howto.de.sgml + $(DEBIANDOC2HTML) -l en yaboot-howto.sgml + $(DEBIANDOC2HTML) -l de -byaboot-howto yaboot-howto.de.sgml ln -s index.en.html yaboot-howto.html/index.html clean: