diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile')
-rw-r--r-- | Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile b/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile index 1e397faa94b..c0078e515df 100644 --- a/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile +++ b/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile @@ -1,8 +1,8 @@ -# Copyright 2009 Karl Berry. +# Copyright 2009, 2010 Karl Berry. # You may freely use, modify and/or distribute this file. -default: test-spacing.pdf inconsolata.pdf # fonttable.pdf -# ly1-nfsstest.pdf # check-coverage # compare-ts1-fix +default: test-textless.pdf test-spacing.pdf inconsolata.pdf +# fonttable.pdf # ly1-nfsstest.pdf # check-coverage # compare-ts1-fix # nice dump of what's in the font, showing glyph names. fonttable.pdf: fonttable.ps @@ -26,33 +26,38 @@ test.pdf: test.tex \ pdflatex '\nonstopmode\input $<' || { rm -f $@; exit 1; } -# another test document, checking stretch & shrink being zero. +# test document checking stretch & shrink being zero. test-spacing.pdf: test-spacing.tex ec-inconsolata.tfm pdflatex '\nonstopmode\input $<' || { rm -f $@; exit 1; } +# test document for \textless. +test-textless.pdf: test-textless.tex rm-inconsolata.tfm + pdflatex '\nonstopmode\input $<' || { rm -f $@; exit 1; } + # make individual tfm's from our handcrafted encoding files using otftotfm. # This being a typewriter font, there are no kerns or ligatures, so no # -fkern -fliga. otftotfm = otftotfm $(otftotfm_opt) -otftotfm_opt = --fixed-width --no-virtual --no-encoding +otftotfm_opt = --fixed-width --no-virtual --no-encoding \ +--no-warn-missing --no-type1 ec-inconsolata.tfm: Inconsolata.otf Inconsolata.pfb fi4-ec.enc - $(otftotfm) -e fi4-ec.enc $< `basename $@ .tfm` + $(otftotfm) -e fi4-ec.enc $< `basename $@ .tfm`;ls -l Inconsolata.pfb ei1-inconsolata.tfm: Inconsolata.otf Inconsolata.pfb fi4-ei1.enc - $(otftotfm) -e fi4-ei1.enc $< `basename $@ .tfm` + $(otftotfm) -e fi4-ei1.enc $< `basename $@ .tfm`;ls -l Inconsolata.pfb rm-inconsolata.tfm: Inconsolata.otf Inconsolata.pfb fi4-ot1tt.enc - $(otftotfm) -e fi4-ot1tt.enc $< `basename $@ .tfm` + $(otftotfm) -e fi4-ot1tt.enc $< `basename $@ .tfm`;ls -l Inconsolata.pfb qx-inconsolata.tfm: Inconsolata.otf Inconsolata.pfb - $(otftotfm) -e fi4-qxtt.enc $< `basename $@ .tfm` + $(otftotfm) -e fi4-qxtt.enc $< `basename $@ .tfm`;ls -l Inconsolata.pfb texnansi-inconsolata.tfm: Inconsolata.otf Inconsolata.pfb fi4-texnansi.enc - $(otftotfm) -e fi4-texnansi.enc $< `basename $@ .tfm` + $(otftotfm) -e fi4-texnansi.enc $< `basename $@ .tfm`;ls -l Inconsolata.pfb ts1-inconsolata.tfm: Inconsolata.otf Inconsolata.pfb fi4-ts1.enc - $(otftotfm) -e fi4-ts1.enc $< `basename $@ .tfm` + $(otftotfm) -e fi4-ts1.enc $< `basename $@ .tfm`;ls -l Inconsolata.pfb # The original distribution only has pfa; we want to work with pfb. Inconsolata.pfb: Inconsolata.pfa @@ -104,9 +109,10 @@ all-concat.enc: $(wildcard fi4-*.enc) # distribution tarball for CTAN. dist: inconsolata.zip inconsolata.zip: Inconsolata.otf Inconsolata.pfb Inconsolata.sfd \ - GNUmakefile README fonttable.pdf test.pdf test.tex \ + ChangeLog GNUmakefile NEWS README \ + fonttable.pdf test.pdf test*.tex \ inconsolata.sty *-inconsolata.tfm \ fi4.map fi4*.enc *fi4.fd inconsolata.pdf inconsolata.tex rm -f $@ - zip $@ $^ - ls -l $@ + zip -q $@ $^ + @ls -l $@ |