summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-05 01:26:51 +0000
committerKarl Berry <karl@freefriends.org>2006-12-05 01:26:51 +0000
commit008a7401df99e3e2aceb774f9d2254f43788bd63 (patch)
tree62afeb8be8ed8cfeb77d020ed3ba5aabf5779dbc
parent4faf2b2eb01230ef6369a9b92fc5844b02a3523a (diff)
(contextmanpgs): new variable.
(install-data): install them. context/*.man: new man pages from Sanjoy Mahajan. git-svn-id: svn://tug.org/texlive/trunk@2591 c570f23f-e606-0410-a88d-b1316a301751
-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