diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-05-11 14:01:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-05-11 14:01:05 +0000 |
commit | 2dc924e4d4c8d07bf272f63a94157cb69cdc9f6e (patch) | |
tree | 6c6b7a572d2c36e57cfe2d41f79760192a98ac5b /Build/source/utils/m-tx | |
parent | 4be74784f6c1a6c2b58e577727ec0d590e0c87d0 (diff) |
utils/m-tx, utils/pmx: Remove man pages maintained under Master, not here
git-svn-id: svn://tug.org/texlive/trunk@33973 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/m-tx')
-rw-r--r-- | Build/source/utils/m-tx/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/utils/m-tx/Makefile.am | 6 | ||||
-rw-r--r-- | Build/source/utils/m-tx/Makefile.in | 3 | ||||
-rw-r--r-- | Build/source/utils/m-tx/m-tx.1 | 106 |
4 files changed, 8 insertions, 112 deletions
diff --git a/Build/source/utils/m-tx/ChangeLog b/Build/source/utils/m-tx/ChangeLog index c8ec35263ad..8382f27fd49 100644 --- a/Build/source/utils/m-tx/ChangeLog +++ b/Build/source/utils/m-tx/ChangeLog @@ -1,3 +1,8 @@ +2014-05-11 Peter Breitenlohner <peb@mppmu.mpg.de> + + * m-tx.1 (removed): Maintained under Mastr, not here. + * Makefile.am: Adjusted. + 2013-01-30 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am, configure.ac: Allow subdir-objects. diff --git a/Build/source/utils/m-tx/Makefile.am b/Build/source/utils/m-tx/Makefile.am index 2a0f8f7b63a..3186970e3b4 100644 --- a/Build/source/utils/m-tx/Makefile.am +++ b/Build/source/utils/m-tx/Makefile.am @@ -1,10 +1,8 @@ ## Makefile.am for the TeX Live subdirectory utils/m-tx/ ## -## Copyright (C) 2012, 2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2012-2014 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## -ACLOCAL_AMFLAGS = -I ../../m4 - ## We want to re-distribute the whole original mtx source tree. EXTRA_DIST = $(MTX_TREE) ## Patches applied to the original source tree @@ -54,7 +52,7 @@ prepmx_SOURCES = \ ## We can not use @MTX_TREE@/libp2c/p2clib.c (multiple definitions). -dist_man1_MANS = m-tx.1 prepmx.1 +dist_man1_MANS = prepmx.1 ## Tests ## diff --git a/Build/source/utils/m-tx/Makefile.in b/Build/source/utils/m-tx/Makefile.in index d315f498a6f..57ef25dd9ee 100644 --- a/Build/source/utils/m-tx/Makefile.in +++ b/Build/source/utils/m-tx/Makefile.in @@ -485,7 +485,6 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(MTX_TREE) $(MTX_TREE)-PATCHES $(TESTS) tests/mozart.mtx \ tests/mozart.pmx AM_CPPFLAGS = -I$(srcdir)/$(MTX_TREE)/libp2c -DNO_DECLARE_MALLOC @@ -523,7 +522,7 @@ prepmx_SOURCES = \ @MTX_TREE@/utility.c \ @MTX_TREE@/utility.h -dist_man1_MANS = m-tx.1 prepmx.1 +dist_man1_MANS = prepmx.1 TESTS = m-tx.test DISTCLEANFILES = mozart* all: all-am diff --git a/Build/source/utils/m-tx/m-tx.1 b/Build/source/utils/m-tx/m-tx.1 deleted file mode 100644 index c9552ab3937..00000000000 --- a/Build/source/utils/m-tx/m-tx.1 +++ /dev/null @@ -1,106 +0,0 @@ -.\" This manpage is licensed under the GNU Public License -.TH m-tx 1 2012-04-09 "m-tx script, version 0.3" "" - -.SH NAME -m-tx \- This script processes mtx files then deletes intermediate files - -.SH SYNOPSIS -[ texlua ] -.B m-tx[.lua] -{ -.IR option -| -.IR jobname -[ .mtx ] -} ... -.TP -The default effect is to process each file using -.TP 12 -.BR prepmx (1) -(pre-pre-processing pass) -.TP -.BR pmxab (1) -(pre-processing pass) -.TP -.BR etex (1) -(first pass) -.TP -.BR musixflx (1) -(second pass) -.TP -.BR etex (1) -(third pass) -.TP -.BR dvips (1) -(dvi to Postscript) -.TP -.BR ps2pdf (1) -(Postscript to Portable Document Format) -.TP -followed by removal of intermediate files. - -.SH OPTIONS -.TP 8 -.B -v -output program name and version number, and quit -.TP -.B -h -output usage summary and quit -.TP -.B -l -changes the TeX processor to -.BR latex (1) -or -.BR pdflatex (1) -.TP -.B -p -changes the TeX processor to -.BR pdfetex (1) -or -.BR pdflatex (1) -(and doesn't run -.BR dvips (1) -and -.BR ps2pdf (1) -or -.BR dvipdfm (1) -) -.TP -.B -d -changes the dvi processor to -.BR dvipdfm (1) -.TP -.B -s -stops processing at the dvi file -.TP -.B -t -stops processing at the tex (and midi) files -.TP -.B -m -stops processing at the pmx file -.TP -.B -i -retain intermediate files -.TP -.B -f -default processing -.TP 0 -Options affect processing of all succeeding mtx files unless changed by another option. - -.SH SEE ALSO -.BR prepmx (1) -.BR pmxab (1) -.BR scor2prt (1) -.BR etex (1), -.BR latex (1), -.BR pdfetex (1), -.BR pdflatex (1), -.BR musixflx (1), -.BR dvipdfm (1), -.BR dvips (1), -.BR ps2pdf (1). -.br -mtx260.pdf - -.SH AUTHOR -This manual page was written by Bob Tennent <rdt@cs.queensu.ca>. |