# ====================================================================== # Makefile -- Part of the brokent1 package # Copyright 2002 Torsten Bronger # # This program may be distributed and/or modified under the # conditions of the LaTeX Project Public License, either version 1.2 # of this license or (at your option) any later version. # The latest version of this license is in # http://www.latex-project.org/lppl.txt # and version 1.2 or later is part of all distributions of LaTeX # version 1999/12/01 or later. # ====================================================================== # directory for TeX inputs. TDS assumed! TEXMFDIR= /usr/local/teTeX/share/texmf # The standard file permissions for installed # non-executables PERMS= a+r,u+w # No changes should be necessary below this line # ----------------------------------------------------- %.vf %.tfm : %.vpl vptovf $< $(basename $<).vf $(basename $<).tfm %.pdf : %.dtx pdflatex $< pdflatex $< all : t1yfrak.fd doc : brokent1.pdf virtualfonts : tfrak.vf tfrakls.vf tswab.vf tgoth.vf t1yfrak.fd : brokent1.dtx tex brokent1.ins - rm yfrak.mtx yswab.mtx ygoth.mtx tex yutoyt1 make virtualfonts install : all install -d $(TEXMFDIR)/fonts/vf/public/gothic install -d $(TEXMFDIR)/fonts/tfm/public/gothic install -d $(TEXMFDIR)/tex/latex/brokent1 install --mode=$(PERMS) tfrak.vf tfrakls.vf tswab.vf \ tgoth.vf $(TEXMFDIR)/fonts/vf/public/gothic install --mode=$(PERMS) tfrak.tfm tfrakls.tfm tswab.tfm \ tgoth.tfm $(TEXMFDIR)/fonts/tfm/public/gothic install --mode=$(PERMS) t1yfrak.fd $(TEXMFDIR)/tex/latex/brokent1 distri : all cd brokent1/ cd .. - rm brokent1/* cp README COPYING Makefile brokent1.dtx brokent1.ins brokent1/ cp cmbsy10.pl cmmi10.pl cmr10.pl cmsy10.pl ecbx1000.pl \ ecrm1000.pl cmbx10.pl cmmib10.pl cmr7.pl \ ecrm0700.pl brokent1/ cp yfrak.pl yswab.pl ygoth.pl cmu10.pl brokent1/ cp tfrak.vf tfrakls.vf tswab.vf tgoth.vf brokent1/ cp tfrak.tfm tfrakls.tfm tswab.tfm tgoth.tfm brokent1/ cp t1yfrak.fd brokent1/ tar -czf brokent1.tar.gz brokent1/*