summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-27 16:39:22 +0000
committerKarl Berry <karl@freefriends.org>2024-02-27 16:39:22 +0000
commit4624d267ff83f197bbce4cf296d291465069296c (patch)
tree49e6b7eff411379cdad1ce2ece5be61fd5223e4b /Master/texmf-dist/doc/man/man1/Makefile
parent65a3a51d7339ef8503008808be1cc5ece6583d92 (diff)
infrastructure changes for making the context 2024 update
git-svn-id: svn://tug.org/texlive/trunk@70188 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, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/man/man1/Makefile b/Master/texmf-dist/doc/man/man1/Makefile
index 674011590f4..1d2b0605eba 100644
--- a/Master/texmf-dist/doc/man/man1/Makefile
+++ b/Master/texmf-dist/doc/man/man1/Makefile
@@ -18,8 +18,9 @@ clean:
@echo 'Removing pdf files.'
rm -f -- $(PDF)
-#%.man1.pdf: %.1
-# $(MKPDF)
+# This is used for the context mtx-* man pages.
+%.man1.pdf: %.1
+ $(MKPDF)
# mendex.1 and upmendex.1 contain multi-byte characters;
# leave it for Japanese maintainers.