Use lowercase names for font definition files.
[mdwtools] / Makefile.m4
index 4d6a5dd..79c7b74 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.2 2002/02/03 20:57:21 mdw Exp $
+## $Id: Makefile.m4,v 1.3 2002/02/19 22:49:57 mdw Exp $
 ##
 ## Build system for mdwtools
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.3  2002/02/19 22:49:57  mdw
+## Use lowercase names for font definition files.
+##
 ## Revision 1.2  2002/02/03 20:57:21  mdw
 ## Sort out distribution.
 ##
@@ -41,17 +44,17 @@ texmfdir = @texmfdir@
 pkglatexdir = ${texmfdir}/tex/latex/${PACKAGE}
 pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE}
 
-define(`addsuffix', `patsubst(`$1', `\>', `.$2')')
+define(`addsuffix', `patsubst(`$1', `\>', `$2')')
 define(`BASE', `\
        at cmtt crypto doafter exercise footnote \
        mdwlist mdwmath mdwtab mdwthm poetry sverb syntax')
 
 AUX = mdwtools.tex gpl.tex
-SRC = addsuffix(BASE, `dtx')
-DVI = addsuffix(BASE, `dvi') mdwtools.dvi
+SRC = addsuffix(BASE, `.dtx')
+DVI = addsuffix(BASE, `.dvi') mdwtools.dvi
 OBJ = \
        at.sty \
-       cmtt.sty mTTcmtt.fd mTTenc.def \
+       cmtt.sty mttcmtt.fd mttenc.def \
        crypto.sty \
        doafter.sty \
        doafter.tex \