chiark
/
gitweb
/
~mdw
/
mdwtools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6d44932
)
Makefile.m4: Squish the (rather dull) build rules.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 5 Sep 2020 13:32:33 +0000
(14:32 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 7 Sep 2020 15:46:47 +0000
(16:46 +0100)
Makefile.m4
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.m4
b/Makefile.m4
index 9ca06e42645c843a6537364d66799c7761c9f860..a9b2f9ea7188f50a94ef11f2a03f3df92c3f9634 100644
(file)
--- a/
Makefile.m4
+++ b/
Makefile.m4
@@
-67,14
+67,10
@@
define(`run_latex', `latex "\def\indexing{n} \nonstopmode \input $<"
makeindex -s gind.ist $`'*.idx
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
$(DVI): gpl.tex $(OBJ) mdwtools.tex