File: Makefile

package info (click to toggle)
yaboot 1.3.13a-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,232 kB
  • ctags: 2,756
  • sloc: ansic: 9,548; sh: 2,831; asm: 343; makefile: 236
file content (15 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# programs for documentation
DDOC		:= /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl
DEBIANDOC2HTML	:= debiandoc2html -d $(DDOC) -c
# detailed sgml validation
NSGMLS		:= nsgmls -ges -wall $(DDOC)

all: clean
	$(NSGMLS) 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:
	-rm -rf yaboot-howto.html