summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/tetex/Makefile.in16
1 files changed, 11 insertions, 5 deletions
diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in
index 198ce75fcd6..92a161b638c 100644
--- a/Build/source/texk/tetex/Makefile.in
+++ b/Build/source/texk/tetex/Makefile.in
@@ -10,7 +10,7 @@ man5dir = $(mandir)/man5
SCRIPTS = \
allcm allneeded dvi2fax dvired fmtutil fmtutil-sys fontinst \
kpsetool kpsewhere pdfcrop ps2frag ps4pdf pslatex rubibtex rumakeindex \
- texconfig texconfig-dialog texconfig-sys texdoc texdoctk texexec \
+ texconfig texconfig-dialog texconfig-sys texdoc texdoctk \
texlinks thumbpdf updmap updmap-sys
PDFSCRIPTS = a2ping e2pall epstopdf
@@ -20,12 +20,15 @@ CONTEXTSCRIPTS = \
pdftools pstopdf rlxtools runtools texexec texfont texmfstart \
textools texutil tmftools xmltools
+contextmanpgs = \
+ ctxtools makempy pstopdf texfind texmfstart \
+ fdf2tex pdftools texexec texfont texutil
+
manpgs = \
- allcm allec allneeded dvi2fax dvired e2pall epstopdf fdf2tex fontinst \
- kpsetool kpsewhere makempy mkocp mkofm ofm2opl opl2ofm otp2ocp outocp \
+ allcm allec allneeded dvi2fax dvired e2pall epstopdf fontinst \
+ kpsetool kpsewhere mkocp mkofm ofm2opl opl2ofm otp2ocp outocp \
ovf2ovp ovp2ovf ps2frag pslatex rubibtex rumakeindex texconfig texdoc \
- texdoctk texexec texfind texfont texshow texutil thumbpdf \
- ttf2afm updmap
+ texdoctk thumbpdf ttf2afm updmap
INFOFILES= latex.info
POOLFILES = pdfetex-pl.pool
@@ -41,6 +44,9 @@ install-data:: $(INFOFILES)
for p in $(manpgs); do \
$(INSTALL_DATA) $(srcdir)/$$p.man $(man1dir)/$$p.$(manext); \
done
+ for p in $(contextmanpgs); do \
+ $(INSTALL_DATA) $(srcdir)/context/$$p.man $(man1dir)/$$p.$(manext); \
+ done
$(INSTALL_DATA) $(srcdir)/fmtutil.man $(man1dir)/fmtutil.1
$(INSTALL_DATA) $(srcdir)/texlinks.man $(man1dir)/texlinks.1
$(INSTALL_DATA) $(srcdir)/fmtutil.cnf.5 $(man5dir)/fmtutil.cnf.5