]> git.ozlabs.org Git - yaboot.git/blob - doc/Makefile
Commit yaboot 1.3.6-pre1
[yaboot.git] / doc / Makefile
1 # programs for documentation
2 DDOC            := /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl
3 DEBIANDOC2HTML  := debiandoc2html -d $(DDOC) -l C -c 
4 # detailed sgml validation
5 NSGMLS          := nsgmls -ges -wall $(DDOC)
6
7 all: clean
8         $(NSGMLS) yaboot-howto.sgml
9         $(DEBIANDOC2HTML) yaboot-howto.sgml
10         ln -s index.en.html yaboot-howto.html/index.html
11
12 clean:
13         -rm -rf yaboot-howto.html