X-Git-Url: https://git.distorted.org.uk/~mdw/mdwfonts/blobdiff_plain/3f7ed433f9c04f434d2cee5f0445dfe7c2e65b08..98eaa213abc90716c3c3ad96cfa6d94aef0f1561:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index e11f30a..236ba5c 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -89,8 +89,8 @@ define(`run_latex', `latex "\def\indexing{n} \nonstopmode \input $<" makeindex -s gind.ist $`'*.idx latex "\def\indexing{n} \nonstopmode \input $<"') -.dtx.dvi: $(AUX) - run_latex +$(DVI): $(AUX) $(INS) +.dtx.dvi: run_latex .vpl.tfm:; vptovf $< .pl.tfm:; pltotf $< .vpl.vf:; vptovf $< @@ -106,8 +106,9 @@ EXTRA_DIST = \ MAINTAINERCLEANFILES = $(INS) $(ETX) $(TFM) $(VF) $(DVI) *.fd CLEANFILES = \ - *.tmp *.aux *.idx *.ilg *.log *.toc *.ind *.lot *.ans \ - *.pl *.vpl *.mtx + *.tmp *.aux *.idx *.ilg *.log *.toc *.ind *.lot *.ans *.vpl \ + p*.pl p*.mtx c*.mtx + Makefile.am: Makefile.m4 cd $(srcdir) && m4 Makefile.m4 >Makefile.am