summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f80a2d4)
It produces significantly better output for syntax diagrams, for a
start.
.dtx.dvi:; run_latex(`latex')
.tex.dvi:; run_latex(`latex')
.dtx.dvi:; run_latex(`latex')
.tex.dvi:; run_latex(`latex')
+.dtx.pdf:; run_latex(`pdflatex')
+.tex.pdf:; run_latex(`pdflatex')
.dvi.ps:; dvips -e0 -o $@ $<
.dvi.ps:; dvips -e0 -o $@ $<
clean-local::; rm -rf t.*/
clean-local::; rm -rf t.*/
-$(DVI): gpl.tex $(OBJ) mdwtools.tex
+$(DVI) $(PDF): gpl.tex $(OBJ) mdwtools.tex
$(wordlist 2,$(words $(OBJ)),$(OBJ)): $(firstword $(OBJ))
$(firstword $(OBJ)): $(SRC) mdwtools.ins
$(wordlist 2,$(words $(OBJ)),$(OBJ)): $(firstword $(OBJ))
$(firstword $(OBJ)): $(SRC) mdwtools.ins