Makefile
branchecjdr
changeset 75 4c6e0e62159f
parent 74 81ac067cf755
child 82 e3cf708e9394
equal deleted inserted replaced
74:81ac067cf755 75:4c6e0e62159f
    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 	elinks -dump $< > $@
    86 	w3m -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