equal
deleted
inserted
replaced
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 |