Makefile.m4: Squish the (rather dull) build rules.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 5 Sep 2020 13:32:33 +0000 (14:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Sep 2020 15:46:47 +0000 (16:46 +0100)
Makefile.m4

index 9ca06e4..a9b2f9e 100644 (file)
@@ -67,14 +67,10 @@ define(`run_latex', `latex "\def\indexing{n} \nonstopmode \input $<"
        makeindex -s gind.ist $`'*.idx
        latex "\def\indexing{n} \nonstopmode \input $<"')
 
-.dtx.dvi:
-       run_latex
-.tex.dvi:
-       run_latex
-.dvi.ps:
-       dvips -e0 -o $@ $<
-.ps.pdf:
-       ps2pdf $< $@
+.dtx.dvi:; run_latex
+.tex.dvi:; run_latex
+.dvi.ps:; dvips -e0 -o $@ $<
+.ps.pdf:; ps2pdf $< $@
 
 $(DVI): gpl.tex $(OBJ) mdwtools.tex