summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/gentium-tug/type1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/gentium-tug/type1/Makefile')
-rw-r--r--Master/texmf-dist/source/fonts/gentium-tug/type1/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/fonts/gentium-tug/type1/Makefile b/Master/texmf-dist/source/fonts/gentium-tug/type1/Makefile
index ff2dc70a872..d432621ee9c 100644
--- a/Master/texmf-dist/source/fonts/gentium-tug/type1/Makefile
+++ b/Master/texmf-dist/source/fonts/gentium-tug/type1/Makefile
@@ -18,7 +18,7 @@ AFM_PATH='../../../../fonts/afm/public/gentium-tug'
PFB_PATH='../../../../fonts/type1/public/gentium-tug'
all: kerns
- ff-gentium.pe GentiumPlus-R.ttf GentiumPlus-I.ttf \
+ ./ff-gentium.pe GentiumPlus-R.ttf GentiumPlus-I.ttf \
GenBasB.ttf GenBasBI.ttf
# Change the creator to "TeX Users Group"
for I in *.pfb; do \
@@ -26,7 +26,7 @@ all: kerns
> gentium.disasm; \
t1asm gentium.disasm $$I; \
done
- for I in *.afm; do afmcreator.py $$I; done
+ for I in *.afm; do ./afmcreator.py $$I; done
rm *-extra.afm
rm *.otf *.sfd
rm gentium.disasm
@@ -35,7 +35,7 @@ all: kerns
# Generate extra kerning pairs (and keep them).
kerns:
- generate-extra-kerns.sh
+ ./generate-extra-kerns.sh
# Run the generated Type 1 fonts through t1lint. When there is
# no error message, then the fonts are probably Ok.