summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-06 00:23:53 +0000
committerKarl Berry <karl@freefriends.org>2018-04-06 00:23:53 +0000
commit0de24c07adcc80181a7aee919e1316a6149dda56 (patch)
tree2af27040b32457cff6cf88bbf5bcba16b38330f8 /Master/texmf-dist/doc/man/man1/Makefile
parent65fd0f492fd506eda31376fcd50ac45ef8b07349 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@47318 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/Makefile')
-rw-r--r--Master/texmf-dist/doc/man/man1/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/man/man1/Makefile b/Master/texmf-dist/doc/man/man1/Makefile
index e8c32bbf205..c6761641213 100644
--- a/Master/texmf-dist/doc/man/man1/Makefile
+++ b/Master/texmf-dist/doc/man/man1/Makefile
@@ -18,10 +18,13 @@ clean:
# Special case for mendex.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.'
+# Special case for findhyph, which uses UTF-8. Maybe there are more?
+man1/findhyph.man1.pdf: man1/findhyph.1
+ $(GROFF) -K utf8 $(PDFOPTS) $< | $(PSPDF) - $@.tmp && mv $@.tmp $@ || rm $@.tmp
+
#
# See ../Makefile for the so.rules target which generates this list of rules.