]> git.ozlabs.org Git - yaboot.git/blob - doc/Makefile
Add boot compatibility with PowerMac G5
[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) -c
4 # detailed sgml validation
5 NSGMLS          := nsgmls -ges -wall $(DDOC)
6
7 all: clean
8         $(NSGMLS) yaboot-howto.sgml
9         $(NSGMLS) yaboot-howto.de.sgml
10         $(DEBIANDOC2HTML) -l en yaboot-howto.sgml
11         $(DEBIANDOC2HTML) -l de -byaboot-howto yaboot-howto.de.sgml
12         ln -s index.en.html yaboot-howto.html/index.html
13
14 clean:
15         -rm -rf yaboot-howto.html