summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-18 10:21:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-18 10:21:01 +0000
commitd078252edb11572f39d434c7c97b107fdd5b8e49 (patch)
tree1e6ca7296596ef4593f992398bf08f2c644b970d /Build/source/texk/lcdf-typetools/Makefile.in
parent139b9298a7e590dff3b79ab5be0699d2bdd2dbb0 (diff)
lcdf-typetools 2.92: add missing files, use 'cp -p' for dist-hook
git-svn-id: svn://tug.org/texlive/trunk@23591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/Makefile.in')
-rw-r--r--Build/source/texk/lcdf-typetools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/Makefile.in b/Build/source/texk/lcdf-typetools/Makefile.in
index 452ae791bd6..586689e7d86 100644
--- a/Build/source/texk/lcdf-typetools/Makefile.in
+++ b/Build/source/texk/lcdf-typetools/Makefile.in
@@ -904,7 +904,7 @@ versionize:
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
+ 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 -p $(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