X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/blobdiff_plain/fe474f79ee06f9b78a1875cbf7e633c0b1313643..83b69571df4f07673f434e614301ed009e02ad98:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 79c7b74..6b1f608 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.3 2002/02/19 22:49:57 mdw Exp $ +## $Id: Makefile.m4,v 1.4 2003/09/05 16:16:31 mdw Exp $ ## ## Build system for mdwtools ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.4 2003/09/05 16:16:31 mdw +## New stuff\! +## ## Revision 1.3 2002/02/19 22:49:57 mdw ## Use lowercase names for font definition files. ## @@ -46,52 +49,61 @@ pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE} define(`addsuffix', `patsubst(`$1', `\>', `$2')') define(`BASE', `\ - at cmtt crypto doafter exercise footnote \ - mdwlist mdwmath mdwtab mdwthm poetry sverb syntax') + at centre cmtt colour crypto doafter exercise footnote mdwkey \ + mdwlist mdwmath mdwtab mdwthm poetry slowbox sverb syntax') AUX = mdwtools.tex gpl.tex SRC = addsuffix(BASE, `.dtx') DVI = addsuffix(BASE, `.dvi') mdwtools.dvi +PS = addsuffix(BASE, `.ps') mdwtools.ps OBJ = \ at.sty \ cmtt.sty mttcmtt.fd mttenc.def \ + colour.sty \ crypto.sty \ doafter.sty \ doafter.tex \ exercise.sty \ footnote.sty \ + mdwkey.sty \ mdwlist.sty \ mdwmath.sty \ - mdwtab.sty mathenv.sty \ + mdwtab.sty mathenv.sty mtcolour.sty mtcolor.sty \ mdwthm.sty mdwmargin.thm \ poetry.sty \ - sverb.sty \ + slowbox.sty \ + sverb.sty svcolor.sty svcolour.sty svsplit.sty \ syntax.sty pkglatex_DATA = $(OBJ) mdwtools.tex -pkgdoc_DATA = $(DVI) +pkgdoc_DATA = $(DVI) $(PS) -SUFFIXES = .dtx .tex .dvi +SUFFIXES = .dtx .tex .dvi .ps define(`run_latex', `latex "\def\indexing{n} \nonstopmode \input $<" latex "\def\indexing{y} \nonstopmode \input $<" makeindex -s gind.ist $`'*.idx latex "\def\indexing{n} \nonstopmode \input $<"') -.dtx.dvi: $(AUX) +.dtx.dvi: run_latex -.tex.dvi: gpl.tex +.tex.dvi: run_latex +.dvi.ps: + dvips -e0 -o $@ $< + +$(DVI): gpl.tex $(OBJ) mdwtools.tex $(OBJ): $(SRC) mdwtools.ins tex mdwtools.ins -EXTRA_DIST = $(SRC) $(AUX) $(DVI) $(OBJ) mdwtools.ins Makefile.m4 +EXTRA_DIST = $(SRC) $(AUX) $(DVI) $(OBJ) $(PS) mdwtools.ins Makefile.m4 MAINTAINERCLEANFILES = $(OBJ) $(DVI) CLEANFILES = *.tmp *.aux *.idx *.ilg *.log *.toc *.ind *.lot *.ans Makefile.am: Makefile.m4 - cd $(srcdir) && m4 Makefile.m4 >Makefile.am + m4 $(srcdir)/Makefile.m4 >Makefile.am.new + mv Makefile.am.new $(srcdir)/Makefile.am .PHONY: dvi