summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/Makefile')
-rw-r--r--Master/texmf-dist/doc/man/man1/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/man/man1/Makefile b/Master/texmf-dist/doc/man/man1/Makefile
index a2c2d653c6e..753daa92f18 100644
--- a/Master/texmf-dist/doc/man/man1/Makefile
+++ b/Master/texmf-dist/doc/man/man1/Makefile
@@ -21,10 +21,12 @@ clean:
%.man1.pdf: %.1
$(MKPDF)
-# Special case for mendex.1, which contains multi-byte characters.
+# Special case for mendex.1 and upmendex.1, which contains multi-byte characters.
# leave it for Japanese maintainers
man1/mendex.man1.pdf: man1/mendex.1
@echo 'Skipping mendex.1, leaving it to texjp.'
+man1/upmendex.man1.pdf: man1/upmendex.1
+ @echo 'Skipping upmendex.1.'
# man pages which use UTF-8; probably there are more.
man1/findhyph.man1.pdf: man1/findhyph.1
@@ -34,7 +36,7 @@ man1/luaotfload-tool.man1.pdf: man1/luaotfload-tool.1
#
# See ../Makefile for the so.rules target which generates this list of rules.
-
+
man1/cslatex.man1.pdf: man1/cslatex.1 man1/latex.1
$(MKPDF)