summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/gentium-tug/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-01 20:28:30 +0000
committerKarl Berry <karl@freefriends.org>2022-06-01 20:28:30 +0000
commit97f29c79f4075a73df802d0836dba1f6dc69fd6e (patch)
tree9caed9322e29771d8ffeb5f46976fdd69914c4bd /Master/texmf-dist/source/fonts/gentium-tug/Makefile
parentaa1bfca634b519a014b6a74f78dafa9609a545a8 (diff)
gentium-tug (1jun22)
git-svn-id: svn://tug.org/texlive/trunk@63470 c570f23f-e606-0410-a88d-b1316a301751
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