Use lowercase names for font definition files.
authormdw <mdw>
Tue, 19 Feb 2002 22:49:57 +0000 (22:49 +0000)
committermdw <mdw>
Tue, 19 Feb 2002 22:49:57 +0000 (22:49 +0000)
Makefile.m4
mdwtools.ins

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 \
index 79530fd..bc7af8a 100644 (file)
@@ -1,5 +1,5 @@
 %
-% $Id: mdwtools.ins,v 1.1 2002/02/03 20:49:03 mdw Exp $
+% $Id: mdwtools.ins,v 1.2 2002/02/19 22:49:57 mdw Exp $
 %
 % Installer for the mdwtools packages
 %
@@ -9,6 +9,9 @@
 %----- Revision history -----------------------------------------------------
 %
 % $Log: mdwtools.ins,v $
+% Revision 1.2  2002/02/19 22:49:57  mdw
+% Use lowercase names for font definition files.
+%
 % Revision 1.1  2002/02/03 20:49:03  mdw
 % Checkin for new build system.
 %
@@ -75,8 +78,8 @@ IMPORTANT NOTICE
        \mdwf {doafter.sty}     {\from {doafter.dtx}  {package,latex2e}}
        \mdwf {doafter.tex}     {\from {doafter.dtx}  {package,plain}}
        \mdwf {cmtt.sty}        {\from {cmtt.dtx}     {sty}}
-       \mdwf {mTTenc.def}      {\from {cmtt.dtx}     {def}}
-       \mdwf {mTTcmtt.fd}      {\from {cmtt.dtx}     {fd}}
+       \mdwf {mttenc.def}      {\from {cmtt.dtx}     {def}}
+       \mdwf {mttcmtt.fd}      {\from {cmtt.dtx}     {fd}}
        \mdwf {crypto.sty}      {\from {crypto.dtx}   {package}}
        \mdwf {mdwthm.sty}      {\from {mdwthm.dtx}   {package}}
        \mdwf {exercise.sty}    {\from {exercise.dtx} {package}}