diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-28 15:23:10 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-28 15:23:10 +0000 |
commit | db934c507dfa4bd2d60adb6937857811014de3ee (patch) | |
tree | c2dfb1ed91b36739e26ece38adfa745c437fda46 /Build | |
parent | 6d881cc089df1edebd7e6b2aead5dcfdb3b9fdae (diff) |
pmx: Add manpages, lua script, and a test case
git-svn-id: svn://tug.org/texlive/trunk@25763 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/pmx/Makefile.am | 3 | ||||
-rw-r--r-- | Build/source/utils/pmx/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/utils/pmx/Makefile.am b/Build/source/utils/pmx/Makefile.am index adcfc3a0e69..8019644fadc 100644 --- a/Build/source/utils/pmx/Makefile.am +++ b/Build/source/utils/pmx/Makefile.am @@ -252,6 +252,7 @@ TESTS = pmx.test EXTRA_DIST += $(TESTS) ## pmx.test -EXTRA_DIST += tests/barsant* +EXTRA_DIST += tests/barsant.mid tests/barsant.pml tests/barsant.pmx \ + tests/barsant.tex tests/barsant1.pmx tests/barsant2.pmx DISTCLEANFILES = barsant* pmxaerr.dat diff --git a/Build/source/utils/pmx/Makefile.in b/Build/source/utils/pmx/Makefile.in index 892876becd7..3c604f68cfe 100644 --- a/Build/source/utils/pmx/Makefile.in +++ b/Build/source/utils/pmx/Makefile.in @@ -279,7 +279,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(PMX_TREE) $(PMX_TREE)-PATCHES ../../build-aux/relpath \ - $(TESTS) tests/barsant* + $(TESTS) tests/barsant.mid tests/barsant.pml tests/barsant.pmx \ + tests/barsant.tex tests/barsant1.pmx tests/barsant2.pmx INCLUDES = -I$(srcdir)/$(PMX_TREE)/libf2c AM_CFLAGS = #$(WARNING_CFLAGS) pmxab_SOURCES = $(PMX_TREE)/pmxab.c |