summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-16 15:50:11 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-16 15:50:11 +0000
commit13a9381f0290f47934524631a29de94501da829b (patch)
treef1c42554e5121c730cc04478e33f63cca0ce041b /Build/source/texk/lcdf-typetools/Makefile.am
parentf6d97752a1aef30cc7808f63802cdbdbbed720de (diff)
lcdf-typetools 2.92
git-svn-id: svn://tug.org/texlive/trunk@23575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/Makefile.am')
-rw-r--r--Build/source/texk/lcdf-typetools/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/lcdf-typetools/Makefile.am b/Build/source/texk/lcdf-typetools/Makefile.am
index 148be5b761f..8ee6e84db50 100644
--- a/Build/source/texk/lcdf-typetools/Makefile.am
+++ b/Build/source/texk/lcdf-typetools/Makefile.am
@@ -82,6 +82,7 @@ EXTRA_DIST = \
include/efont/ttfkern.hh \
glyphlist.txt \
texglyphlist.txt \
+ texglyphlist-g2u.txt \
7t.enc
liblcdf libefont:
@@ -95,6 +96,12 @@ versionize:
perl -pi -e 's/^(\U$(PACKAGE)\E) [\d.ab]+$$/$$1 $(VERSION)/;' $(top_srcdir)/README
perl -pi -e 's/^Version: [\d.ab]+$$/Version: $(VERSION)/;' $(top_srcdir)/lcdf-typetools.spec
+dist-hook:
+ if test -f $(top_srcdir)/make-glyphtounicode.pl; then (cd $(top_srcdir); perl make-glyphtounicode.pl) > $(distdir)/glyphtounicode.tex; elif test -f $(top_srcdir)/glyphtounicode.tex; then cp $(top_srcdir)/glyphtounicode.tex $(distdir); fi
+
+$(top_srcdir)/glyphtounicode.tex: $(top_srcdir)/glyphlist.txt $(top_srcdir)/texglyphlist.txt $(top_srcdir)/texglyphlist-g2u.txt $(top_srcdir)/make-glyphtounicode.pl
+ cd $(top_srcdir); perl make-glyphtounicode.pl > glyphtounicode.tex
+
.PHONY: rpm liblcdf libefont cfftot1 mmafm mmpfb otfinfo otftotfm t1dotlessj t1lint t1rawafm t1reencode t1testpage ttftotype42
## Changes for TeX Live