Makefile
branchecjdr
changeset 74 81ac067cf755
parent 61 a6f437984267
child 75 4c6e0e62159f
equal deleted inserted replaced
73:fbea20f9f5b8 74:81ac067cf755
    81 # 	rm -f prior.aux pprior.aux
    81 # 	rm -f prior.aux pprior.aux
    82 # 	xmlto pdf $<
    82 # 	xmlto pdf $<
    83 	fop $< $@
    83 	fop $< $@
    84 
    84 
    85 %.txt: %.html
    85 %.txt: %.html
    86 	w3m -dump $< > $@
    86 	elinks -dump $< > $@
    87 
    87 
    88 %/index.html: %.xml $(SRC_DIR)/chunk.xsl
    88 %/index.html: %.xml $(SRC_DIR)/chunk.xsl
    89 	rm -rf $(dir $@)
    89 	rm -rf $(dir $@)
    90 	xsltproc --xinclude -o $(dir $@) $(SRC_DIR)/chunk.xsl $<
    90 	xsltproc --xinclude -o $(dir $@) $(SRC_DIR)/chunk.xsl $<
    91 
    91