ltxtype1dir = $(texmfdir)/fonts/type1/public/$(PACKAGE) ltxafmdir = $(texmfdir)/fonts/afm/public/$(PACKAGE) ltxtfmdir = $(texmfdir)/fonts/tfm/public/$(PACKAGE) ltxvfdir = $(texmfdir)/fonts/vf/public/$(PACKAGE) ltxmapdir = $(texmfdir)/fonts/map/dvips/$(PACKAGE) ltxmap_DATA = $(MAP) LTX_TYPE1FILES = $(FONTS:%=%.pfb) LTX_AFMFILES = $(FONTS:%=%.afm) LTX_TFMFILES = $(FONTS:%=%.tfm) $(SYNTH_FONTS:%=%.tfm) LTX_RTFMFILES = $(FONTS:%=r%.tfm) $(SYNTH_FONTS:%=r%.tfm) LTX_VFFILES = $(FONTS:%=%.vf) $(SYNTH_FONTS:%=%.vf) ltxtype1_DATA = $(LTX_TYPE1FILES) ltxafm_DATA = $(LTX_AFMFILES) ltxtfm_DATA = $(LTX_TFMFILES) $(LTX_RTFMFILES) ltxvf_DATA = $(LTX_VFFILES) # Local Rules thai-dummy.afm: [ -e thai-dummy.afm ] || $(LN_S) $(top_srcdir)/latex/thai-dummy.afm . thailigs.enc: [ -e thailigs.enc ] || $(LN_S) $(top_srcdir)/latex/thailigs.enc . ltharun.enc: [ -e ltharun.enc ] || $(LN_S) $(top_srcdir)/latex/ltharun.enc . thailigs.vpl: thai-dummy.afm thailigs.enc $(AFM2TFM) thai-dummy.afm -v $@ -T thailigs.enc thailigs.tfm r%.tfm: %.afm %.vpl: %.afm thailigs.vpl ltharun.enc $(AFM2TFM) $*.afm -v $*.vpl -T ltharun.enc r$*.tfm \ | $(SED) "s/$$/ <$*.pfb/" >> $(MAP) TMPFILE=`mktemp /tmp/tltx.XXXXXXXXX` && \ $(AWK) "BEGIN {show=1} /LIGTABLE/ {show=0} {if(show) print}" $*.vpl > $$TMPFILE && \ $(AWK) "BEGIN {show=0} /LIGTABLE/ {show=1} /CHARACTER/ {show=0} {if(show) print}" thailigs.vpl >> $$TMPFILE && \ $(AWK) "BEGIN {show=0} /CHARACTER/ {show=1} {if(show) print}" $*.vpl >> $$TMPFILE && \ mv $$TMPFILE $*.vpl r%_so.tfm: %.afm %_so.vpl: %.afm thailigs.vpl $(AFM2TFM) $*.afm -v $*_so.vpl -T lthuni.enc -s .167 r$*_so.tfm \ | $(SED) "s/$$/ <$*.pfb/" >> $(MAP) TMPFILE=`mktemp /tmp/tltx.XXXXXXXXX` && \ $(AWK) "BEGIN {show=1} /LIGTABLE/ {show=0} {if(show) print}" $*_so.vpl > $$TMPFILE && \ $(AWK) "BEGIN {show=0} /LIGTABLE/ {show=1} /CHARACTER/ {show=0} {if(show) print}" thailigs.vpl >> $$TMPFILE && \ $(AWK) "BEGIN {show=0} /CHARACTER/ {show=1} {if(show) print}" $*_so.vpl >> $$TMPFILE && \ mv $$TMPFILE $*_so.vpl %.tfm: %.vpl $(VPTOVF) $* $(MAP): $(ltxtfm_DATA) LC_COLLATE=C sort $@ | uniq > /tmp/tmp.$$$$; mv /tmp/tmp.$$$$ $@ install-data-hook: @if test -z "$(DESTDIR)" ; then \ $(TEXHASH) || true ; \ $(UPDMAP) --disable $(MAP) --nohash --nomkmap || true ; \ $(UPDMAP) --enable Map $(MAP) || true ; \ else \ echo "***" ; \ echo "*** Warning: TeX font map was not updated" ; \ echo "***" ; \ echo "*** update these files on the target system" ; \ echo "*** using updmap command" ; \ echo "***" ; \ fi uninstall-hook: $(TEXHASH) $(UPDMAP) --disable $(MAP) CLEANFILES += *.vpl *.vf *.tfm $(MAP)