]> git.ozlabs.org Git - yaboot.git/blobdiff - doc/Makefile
Commit yaboot 1.3.5
[yaboot.git] / doc / Makefile
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..e81d6c6
--- /dev/null
@@ -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