X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=e81d6c6d750f6d708b8cc888fbb26a32ec62a798;hp=0000000000000000000000000000000000000000;hb=9323f7c29a886304325b1562450729a12e0ccbea;hpb=6f4d7a802c09ee20526db5eeba7357d52444a42c diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..e81d6c6 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,13 @@ +# programs for documentation +DDOC := /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl +DEBIANDOC2HTML := debiandoc2html -d $(DDOC) -l C -c +# detailed sgml validation +NSGMLS := nsgmls -ges -wall $(DDOC) + +all: clean + $(NSGMLS) yaboot-howto.sgml + $(DEBIANDOC2HTML) yaboot-howto.sgml + ln -s index.en.html yaboot-howto.html/index.html + +clean: + -rm -rf yaboot-howto.html