summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile')
-rw-r--r--Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile b/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile
index 471df23c8db..1e397faa94b 100644
--- a/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile
+++ b/Master/texmf-dist/doc/fonts/inconsolata/GNUmakefile
@@ -1,7 +1,7 @@
# Copyright 2009 Karl Berry.
# You may freely use, modify and/or distribute this file.
-default: fonttable.pdf inconsolata.pdf
+default: 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.
@@ -26,11 +26,15 @@ test.pdf: test.tex \
pdflatex '\nonstopmode\input $<' || { rm -f $@; exit 1; }
+# another test document, checking stretch & shrink being zero.
+test-spacing.pdf: test-spacing.tex ec-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 = --no-virtual --no-encoding
+otftotfm_opt = --fixed-width --no-virtual --no-encoding
ec-inconsolata.tfm: Inconsolata.otf Inconsolata.pfb fi4-ec.enc
$(otftotfm) -e fi4-ec.enc $< `basename $@ .tfm`