summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/gentium-tug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/gentium-tug/Makefile')
-rw-r--r--Master/texmf-dist/source/fonts/gentium-tug/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/fonts/gentium-tug/Makefile b/Master/texmf-dist/source/fonts/gentium-tug/Makefile
index 0f20d302d62..66d75b5f258 100644
--- a/Master/texmf-dist/source/fonts/gentium-tug/Makefile
+++ b/Master/texmf-dist/source/fonts/gentium-tug/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 147 2022-05-21 22:20:08Z karl $
+# $Id: Makefile 157 2022-05-31 22:20:57Z karl $
# This file is part of the Gentium package for TeX.
# It is licensed under the Expat License, see doc//README for details.
#
@@ -117,5 +117,5 @@ dist: clean
support-files:
./generate-support-files.rb
# make maps containing everything
- cd $(mapdir_pdftex); cat gentiumplus-truetype.map gentiumbook-truetype.map > gentium-truetype.map
- cd $(mapdir_dvips); cat gentiumplus-type1.map gentiumbook-type1.map > gentium-type1.map
+ cd $(mapdir_pdftex) && cat gentiumplus-truetype.map gentiumbook-truetype.map > gentium-truetype.map
+ cd $(mapdir_dvips) && cat gentiumplus-type1.map gentiumbook-type1.map > gentium-type1.map