Ship strange files you're not likely to have but need to built the thing.
[mdwfonts] / Makefile.m4
index e11f30a..236ba5c 100644 (file)
@@ -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