diff options
5 files changed, 9 insertions, 415 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index d6a546d80f0..90562bc7d2c 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -170,12 +170,6 @@ bin_links = \ epstopdf:repstopdf \ pdfcrop:rpdfcrop -## Manpages -dist_man_MANS = \ - context/context.1 \ - context/mptopdf.1 \ - thumbpdf/thumbpdf.1 - # The idea is to install the scripts themselves in texmf*/scripts, and # have bin/arch/foo be a symlink to, say, # ../../texmf-dist/scripts/foo/foo.pl. That way we save a bit of disk diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index ba119f048c6..f88da960bb8 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -51,8 +51,7 @@ POST_UNINSTALL = : subdir = linked_scripts DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(nobase_dist_texmf_dist_scripts_SCRIPTS) \ - $(nobase_dist_texmf_scripts_SCRIPTS) $(dist_man_MANS) \ - ChangeLog README + $(nobase_dist_texmf_scripts_SCRIPTS) ChangeLog README ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-win32.m4 \ $(top_srcdir)/configure.ac @@ -89,7 +88,7 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(texmf_dist_scriptsdir)" \ - "$(DESTDIR)$(texmf_scriptsdir)" "$(DESTDIR)$(man1dir)" + "$(DESTDIR)$(texmf_scriptsdir)" SCRIPTS = $(nobase_dist_texmf_dist_scripts_SCRIPTS) \ $(nobase_dist_texmf_scripts_SCRIPTS) AM_V_P = $(am__v_P_@AM_V@) @@ -111,9 +110,6 @@ am__can_run_installinfo = \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac -man1dir = $(mandir)/man1 -NROFF = nroff -MANS = $(dist_man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -352,11 +348,6 @@ bin_links = \ epstopdf:repstopdf \ pdfcrop:rpdfcrop -dist_man_MANS = \ - context/context.1 \ - context/mptopdf.1 \ - thumbpdf/thumbpdf.1 - relpath = $(SHELL) $(top_srcdir)/../../build-aux/relpath runscript = $(top_srcdir)/w32_wrapper/runscript.exe ctxscript = $(top_srcdir)/w32_wrapper/context/mtxrun.exe @@ -480,49 +471,6 @@ uninstall-nobase_dist_texmf_scriptsSCRIPTS: files=`$(am__nobase_strip) \ -e 'h;s,.*/,,;$(transform);x;s|[^/]*$$||;G;s,\n,,'`; \ dir='$(DESTDIR)$(texmf_scriptsdir)'; $(am__uninstall_files_from_dir) -install-man1: $(dist_man_MANS) - @$(NORMAL_INSTALL) - @list1=''; \ - list2='$(dist_man_MANS)'; \ - test -n "$(man1dir)" \ - && test -n "`echo $$list1$$list2`" \ - || exit 0; \ - echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ - { for i in $$list1; do echo "$$i"; done; \ - if test -n "$$list2"; then \ - for i in $$list2; do echo "$$i"; done \ - | sed -n '/\.1[a-z]*$$/p'; \ - fi; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) tags TAGS: ctags CTAGS: @@ -562,9 +510,9 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: Makefile $(SCRIPTS) $(MANS) all-local +all-am: Makefile $(SCRIPTS) all-local installdirs: installdirs-local - for dir in "$(DESTDIR)$(texmf_dist_scriptsdir)" "$(DESTDIR)$(texmf_scriptsdir)" "$(DESTDIR)$(man1dir)"; do \ + for dir in "$(DESTDIR)$(texmf_dist_scriptsdir)" "$(DESTDIR)$(texmf_scriptsdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am @@ -618,8 +566,7 @@ info: info-am info-am: -install-data-am: install-man \ - install-nobase_dist_texmf_dist_scriptsSCRIPTS \ +install-data-am: install-nobase_dist_texmf_dist_scriptsSCRIPTS \ install-nobase_dist_texmf_scriptsSCRIPTS @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook @@ -637,7 +584,7 @@ install-info: install-info-am install-info-am: -install-man: install-man1 +install-man: install-pdf: install-pdf-am @@ -665,13 +612,10 @@ ps: ps-am ps-am: -uninstall-am: uninstall-man \ - uninstall-nobase_dist_texmf_dist_scriptsSCRIPTS \ +uninstall-am: uninstall-nobase_dist_texmf_dist_scriptsSCRIPTS \ uninstall-nobase_dist_texmf_scriptsSCRIPTS @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook -uninstall-man: uninstall-man1 - .MAKE: install-am install-data-am install-strip uninstall-am .PHONY: all all-am all-local check check-am clean clean-generic \ @@ -680,13 +624,13 @@ uninstall-man: uninstall-man1 install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ - install-man1 install-nobase_dist_texmf_dist_scriptsSCRIPTS \ + install-nobase_dist_texmf_dist_scriptsSCRIPTS \ install-nobase_dist_texmf_scriptsSCRIPTS install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-local \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ - uninstall-am uninstall-hook uninstall-man uninstall-man1 \ + uninstall-am uninstall-hook \ uninstall-nobase_dist_texmf_dist_scriptsSCRIPTS \ uninstall-nobase_dist_texmf_scriptsSCRIPTS diff --git a/Build/source/texk/texlive/linked_scripts/context/context.1 b/Build/source/texk/texlive/linked_scripts/context/context.1 deleted file mode 100644 index 254d9b87468..00000000000 --- a/Build/source/texk/texlive/linked_scripts/context/context.1 +++ /dev/null @@ -1,140 +0,0 @@ -.TH "CONTEXT" "1" "June 2011" "context 0.52" "ConTeXt" -.de URL -\\$2 \(laURL: \\$1 \(ra\\$3 -.. -.if \n[.g] .mso www.tmac -.de EX -.in +3 -.nf -.ft CW -.. -.de EE -.in -3 -.ft R -.fi -.. - -.SH "NAME" -context \- front end to the new ConTeXt typesetting system - -.SH "SYNOPSIS" -\fBcontext\fP [ \fIOPTION\fP ... ] \fIFILE\fP [ ... ] - -.SH "DESCRIPTION" - -\fBcontext\fP, a \fBtexlua\fP(1) script, -is the command-line front end to the new version of the -ConTeXt typesetting system, an extensive macro package -built on the \fBtex\fP(1) family of typesetting programs. -\fBcontext\fP provides several facilties: -.IP \(bu -Process a ConTeXt source file, -performing as many runs as -necessary of \fBluatex\fP(1). Options control the output -format, the pages to process, paper size, and so forth. -.IP \(bu -Create new ConTeXt formats, useful during installation. -.IP \(bu -Post-process existing PDF files, including merging multiple -files, and extracting and rearranging pages within a file, -similar to the facilities provided for PostScript files by -\fBpsnup\fP(1) or for PDF files by \fBpdftk\fP(1). -.IP -.SH "OPTIONS" - -All switches should always be specified in full. With no options, -\fBcontext\fP assumes that -the file on the command line is a ConTeXt source file, i.e. a TeX file -in the ConTeXt dialect, and produces a PDF file using the source file. - -.IP "\fB--run\fP" -process (one or more) files (default action) -.IP "\fB--make\fP" -create context formats -.IP "\fB--ctx\fP\fI=\fP\fIname\fP" -use ctx file (process management specification) -.IP "\fB--interface\fP" -use specified user interface (default: en) -.IP "\fB--autopdf\fP" -close pdf file in viewer and start pdf viewer afterwards -.IP "\fB--purge(all)\fP" -purge files either or not after a run (\fB--pattern\fP\fI=\fP\fI...\fP) -.IP "\fB--usemodule\fP\fI=\fP\fIlist\fP" -load the given module or style, normally part o fthe distribution -.IP "\fB--environment\fP\fI=\fP\fIlist\fP" -load the given environment file first (document styles) -.IP "\fB--mode\fP\fI=\fP\fIlist\fP" -enable given the modes (conditional processing in styles) -.IP "\fB--path\fP\fI=\fP\fIlist\fP" -also consult the given paths when files are looked for -.IP "\fB--arguments\fP\fI=\fP\fIlist\fP" -set variables that can be consulted during a run (key/value pairs) -.IP "\fB--randomseed\fP\fI=\fP\fInumber\fP" -set the randomseed -.IP "\fB--result\fP\fI=\fP\fIname\fP" -rename the resulting output to the given name -.IP "\fB--trackers\fP\fI=\fP\fIlist\fP" -set tracker variables (show list with \fB--showtrackers\fP) -.IP "\fB--directives\fP\fI=\fP\fIlist\fP" -set directive variables (show list with \fB--showdirectives\fP) -.IP "\fB--silent\fP\fI=\fP\fIlist\fP" -disable logcatgories (show list with \fB--showlogcategories\fP) -.IP "\fB--noconsole\fP" -disable logging to the console (logfile only) -.IP "\fB--purgeresult\fP" -purge result file before run -.IP "\fB--forcexml\fP" -force xml stub (optional flag: \fB--mkii\fP) -.IP "\fB--forcecld\fP" -force cld (context lua document) stub -.IP "\fB--arrange\fP" -run extra imposition pass, given that the style sets up imposition -.IP "\fB--noarrange\fP" -ignore imposition specifications in the style -.IP "\fB--once\fP" -only run once (no multipass data file is produced) -.IP "\fB--batchmode\fP" -run without stopping and don't show messages on the console -.IP "\fB--nonstopmode\fP" -run without stopping -.IP "\fB--generate\fP" -generate file database etc. (as \fBmtxrun\fP does) -.IP "\fB--paranoid\fP" -don't descend to .. and ../.. -.IP "\fB--version\fP" -report installed context version -.IP "\fB--expert\fP" -show expert options - - -.SH "INITIALIZATION" - -.PP -The \fBcontext\fP command is just a stub that runs the larger \fBmtxrun\fP -script, which is a scripting framework written for \fBtexlua\fP(1) that -supports loading of extra modules, of which \fBcontext\fP is one. The -implementation actually resides in a file named \fBmtx-context.lua\fP -deep within the TDS structure. - -If \fBcontext\fP complains about \fBUnknown script 'context'\fP, this -can usually be fixed by executing \fBmtxrun --generate\fP on the -command line: this command regenerates the database that \fBmtxrun\fP -uses to find its extra modules. - -.SH "SEE ALSO" -.PP -\fBtex\fP(1), \fBluatex\fP(1), \fBtexlua\fP(1), \fBpsnup\fP(1), \fBpdftk\fP(1). -.PP -.URL "http://www.contextgarden.net" "ConTeXt wiki" . -.PP -.URL "http://www.ntg.nl/mailman/listinfo/ntg-context" "ConTeXt mailing list home" . - -.SH "BUGS" - -.PP -This manpage is horribly incomplete. - -.SH "AUTHOR" -This partial manpage was written by Taco Hoekwater -<taco@metatex.org>. -It is based on the \fB--help\fP output of \fBcontext\fP. diff --git a/Build/source/texk/texlive/linked_scripts/context/mptopdf.1 b/Build/source/texk/texlive/linked_scripts/context/mptopdf.1 deleted file mode 100644 index 3c547f06aa8..00000000000 --- a/Build/source/texk/texlive/linked_scripts/context/mptopdf.1 +++ /dev/null @@ -1,104 +0,0 @@ -.TH "MPTOPDF" "1" "January 2007" "mptopdf 1.3.2" "ConTeXt" -.de URL -\\$2 \(laURL: \\$1 \(ra\\$3 -.. -.if \n[.g] .mso www.tmac -.de EX -.in +3 -.nf -.ft CW -.. -.de EE -.in -3 -.ft R -.fi -.. - -.SH "NAME" -mptopdf \- convert MetaPost to PDF - -.SH "SYNOPSIS" -\fBmptopdf\fP \fIFILE\fP [ ... ] - -.SH "DESCRIPTION" - -\fBmptopdf\fP can convert MetaPost-generated EPS files to PDF, or it -can process a MetaPost source file directly (see -.BR mpost (1)) -and convert the generated EPS files to PDF. - -.SH "OPTIONS" -All switches are specified in full here but can be abbreviated to the -shortest unique prefix. Thus, \fB--metaf\fP works the same as -\fB--metafun\fP. -.IP \fB--help\fP -Print a terse help message. -.IP "\fB--metafun\fP" -Use the metafun pre-compiled format to process the MetaPost source -file. You usually don't need this option, since metafun input is -usually produced and processed as part of a -.BR texexec (1) -run. Needs the \fB--rawmp\fP switch to take effect. -.IP \fB--rawmp\fP -Process the source file with -.BR mpost (1) -directly, rather than with -.BR texexec (1). -This option is needed if you want to specify \fB--metafun\fP. -.IP \fB--latex\fP -Typeseting labels using -.BR latex (1) -rather than plain -.BR tex (1). - -.SH "USAGE" - -To convert \fImanfig.20\fP to \fImanfig-20.pdf\fI: -.EX -mptopdf manfig.20 -.EE - -You can convert more than one EPS file at once: -.EX -mptopdf manfig.20 otherfig.17 finalfig.8 -.EE - -Or you can give -.BR mptopdf (1) -a pattern that it will expand: -.EX -mptopdf 'manfig.*' -.EE -Note the single quotes to protect the * from the shell. Of course, -usually you can let the shell do the wildcard expansion and therefore -leave off the quotes. - -To convert -.I figs.mp -to \fIfigs-1.pdf\fP, \fIfigs-2.pdf\fP, ... -.EX -mptopdf figs.mp -.EE - -If the labels are typeset with -.BR latex (1): -.EX -mptopdf --latex figs.mp -.EE - -.SH "SEE ALSO" -.PP -.BR tex (1), -.BR latex (1), -.BR mpost (1), -.BR pdftex (1), -.BR texexec (1). -.PP -.URL "http://www.contextgarden.net" "ConTeXt wiki" . - -.SH "AUTHOR" -.BR mptopdf (1) -is part of the ConTeXt system by Hans Hagen et al, which is available from -.URL "http://www.pragma-ade.com/" "PRAGMA ADE" . -This manpage was written by Sanjoy Mahajan <sanjoy@mit.edu> and is in -the public domain. diff --git a/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.1 b/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.1 deleted file mode 100644 index d1d7e358f9a..00000000000 --- a/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.1 +++ /dev/null @@ -1,100 +0,0 @@ -.TH "thumbpdf" "1" "September 2000" "teTeX" "teTeX" -.PP -.SH "NAME" -thumbpdf \- generate thumbnail images for a PDF file -created with \fBpdftex\fP -.PP -.SH "SYNOPSIS" -.PP -\fBthumbpdf\fP [ \fIOPTION\fP\&.\&.\&. ] \fIPDF_FILE\fP -.PP -.SH "DESCRIPTION" -.PP -\fBthumbpdf\fP is used to create thumbnail images of individual pages -within a PDF (Portable Document Format) document\&. -.PP -.SH "USAGE" -.PP -First run \fBpdftex\fP(1) on your document to create a PDF file\&. -Then run \fBthumbpdf\fP to generate the thumbnails, a PDF file -containing the thumbnails, and a pdfTeX file to include the thumbnails -in the PDF file\&. Finally, run \fBpdftex\fP(1) on your file again to -create the final PDF file\&. -.PP -\fBthumbpdf\fP calls \fBgs\fP(1) to generate PNG images of the pages -within \fIPDF_FILE\fP, and \fBpdftex\fP(1) to create a PDF file -containing the thumbnail images\&. -.PP -.SH "OPTIONS" -.PP -.IP "\fB--help\fP" -print usage -.IP "\fB--(no)makepng\fP" -make PNG thumbnail images (default: true) -.IP "\fB--(no)makepdf\fP" -generate new PDF file containing the -thumbnails (default: true) -.IP "\fB--(no)makedef\fP" -create a TeX file for \fBpdftex\fP(1) to -read in (default: true) -.IP "\fB--(no)quiet\fP" -suppress messages (default: false) -.IP "\fB--(no)verbose\fP" -verbose messages (default: false) -.IP "\fB--(no)debug\fP" -print debugging information while parsing -(default: false) -.IP "\fB--resolution\fP \fIres\fP" -resolution for GhostScript step -(default: 9) -.IP "\fB--compress\fP \fIn\fP" -\epdfcompresslevel for \fBthumbpdf\&.pdf\fP -(0-9; default: 9) -.IP "\fB--device\fP | \fBpng\fP\fIdev\fP" -GhostScript PNG device; -\fIdev\fP = `mono\', `gray\', -`16\', `256\', `16m\' (default: -`png16m\') -.PP -.SH "FILES" -.PP -.IP "\fIthumb\fPnn\fI\&.png\fP" -PNG thumbnail images -.IP "\fIthumbpdf\&.pdf\fP" -PDF file containing thumbnail images -.IP "\fIthumbpdf\&.tex\fP" -A pdfTeX program to include the thumbnails -file -.IP "\fIthumbpdf\&.log\fP" -pdfTeX log file -.IP "\fIthumbpdf\&.sty\fP" -a LaTeX package to be included in files -for which a user wants to generate thumbnails -.PP -.SH "SEE ALSO" -.PP -\fBgs\fP(1), \fBpdftex\fP(1)\&. -.PP -Web page: <http://tug\&.org/teTeX/> -.PP -.SH "BUGS" -.PP -None known, but report any bugs found to the author\&. -.PP -.SH "COPYRIGHT" -.PP -Copyright © 1999\&. \fBthumbpdf\fP is distributed under -version 1, or (at your option) a later version of the LaTeX Project -Public License\&. -.PP -.SH "AUTHOR" -.PP -\fBthumbpdf\fP was written by Heiko Oberdiek -<oberdiek@ruf\&.uni-freiburg\&.de>\&. -.PP -This manual page was written by C\&.M\&. Connelly -<c@eskimo\&.com>, for -the Debian GNU/Linux system\&. It may be used by other distributions -without contacting the author\&. Any mistakes or omissions in the -manual page are my fault; inquiries about or corrections to this -manual page should be directed to me (and not to the primary author)\&. |