From 2dc924e4d4c8d07bf272f63a94157cb69cdc9f6e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sun, 11 May 2014 14:01:05 +0000 Subject: 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 --- Build/source/utils/m-tx/ChangeLog | 5 ++ Build/source/utils/m-tx/Makefile.am | 6 +- Build/source/utils/m-tx/Makefile.in | 3 +- Build/source/utils/m-tx/m-tx.1 | 106 ------------------------------------ Build/source/utils/pmx/ChangeLog | 5 ++ Build/source/utils/pmx/Makefile.am | 6 +- Build/source/utils/pmx/Makefile.in | 3 +- Build/source/utils/pmx/pmx2pdf.1 | 101 ---------------------------------- 8 files changed, 16 insertions(+), 219 deletions(-) delete mode 100644 Build/source/utils/m-tx/m-tx.1 delete mode 100644 Build/source/utils/pmx/pmx2pdf.1 (limited to 'Build') 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 + + * m-tx.1 (removed): Maintained under Mastr, not here. + * Makefile.am: Adjusted. + 2013-01-30 Peter Breitenlohner * 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 +## Copyright (C) 2012-2014 Peter Breitenlohner ## 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 . diff --git a/Build/source/utils/pmx/ChangeLog b/Build/source/utils/pmx/ChangeLog index aab12a49513..87832e9bb1c 100644 --- a/Build/source/utils/pmx/ChangeLog +++ b/Build/source/utils/pmx/ChangeLog @@ -1,3 +1,8 @@ +2014-05-11 Peter Breitenlohner + + * pmx2pdf.1 (removed): Maintained under Mastr, not here. + * Makefile.am: Adjusted. + 2013-04-11 Peter Breitenlohner Import pmx-2.7.0. diff --git a/Build/source/utils/pmx/Makefile.am b/Build/source/utils/pmx/Makefile.am index bbc9e5f76c8..d74baf66e62 100644 --- a/Build/source/utils/pmx/Makefile.am +++ b/Build/source/utils/pmx/Makefile.am @@ -1,10 +1,8 @@ ## Makefile.am for the TeX Live subdirectory utils/pmx/ ## -## Copyright (C) 2012, 2013 Peter Breitenlohner +## Copyright (C) 2012-2014 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## -ACLOCAL_AMFLAGS = -I ../../m4 - ## We want to re-distribute the whole original pmx source tree. EXTRA_DIST = $(PMX_TREE) ## Patches applied to the original source tree @@ -239,7 +237,7 @@ EXTRA_libf2c_a_SOURCES += \ EXTRA_libf2c_a_SOURCES += \ @PMX_TREE@/libf2c/signbit.c -dist_man1_MANS = pmx2pdf.1 pmxab.1 scor2prt.1 +dist_man1_MANS = pmxab.1 scor2prt.1 ## Tests ## diff --git a/Build/source/utils/pmx/Makefile.in b/Build/source/utils/pmx/Makefile.in index dd8a6aca9c0..3c2e48f65bb 100644 --- a/Build/source/utils/pmx/Makefile.in +++ b/Build/source/utils/pmx/Makefile.in @@ -733,7 +733,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 = $(PMX_TREE) $(PMX_TREE)-PATCHES NEVER_DIST = `find . -name .svn -o -name .deps -o -name .dirstamp -o \ -name '*.$(OBJEXT)'` $(PMX_TREE)/pmx.log $(PMX_TREE)/pmx.trs @@ -828,7 +827,7 @@ EXTRA_libf2c_a_SOURCES = @PMX_TREE@/libf2c/uninit.c \ @PMX_TREE@/libf2c/ftell64_.c @PMX_TREE@/libf2c/pow_qq.c \ @PMX_TREE@/libf2c/qbitbits.c @PMX_TREE@/libf2c/qbitshft.c \ @PMX_TREE@/libf2c/signbit.c -dist_man1_MANS = pmx2pdf.1 pmxab.1 scor2prt.1 +dist_man1_MANS = pmxab.1 scor2prt.1 TESTS = $(PMX_TREE)/pmx.test TESTS_ENVIRONMENT = test_src=$(srcdir)/$(PMX_TREE)/tests DISTCLEANFILES = barsant* pmxaerr.dat diff --git a/Build/source/utils/pmx/pmx2pdf.1 b/Build/source/utils/pmx/pmx2pdf.1 deleted file mode 100644 index 9ffcf094377..00000000000 --- a/Build/source/utils/pmx/pmx2pdf.1 +++ /dev/null @@ -1,101 +0,0 @@ -.\" This manpage is licensed under the GNU Public License -.TH pmx2pdf 1 2012-05-15 "pmx2pdf script, version 0.2.1" "" - -.SH NAME -pmx2pdf \- This script processes pmx files and then deletes intermediate files - -.SH SYNOPSIS -[ texlua ] -.B pmx2pdf -{ -.IR option -| -.IR jobname -[ .pmx ] -} ... -.TP -The default effect is to process each file using -.TP 12 -.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 -i -retain intermediate files -.TP -.B -f -default processing -.TP 0 -Options affect processing of all succeeding PMX files unless changed by another option. - -.SH SEE ALSO -.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 -pmx260.pdf -.br -pmxccn.pdf - -.SH AUTHOR -This manual page was written by Bob Tennent . -- cgit v1.2.3