diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-03 12:31:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-03 12:31:20 +0000 |
commit | 6431033336f36206cc9b0b385bc2b8da9ef16556 (patch) | |
tree | 34afb7f94957a948c3c5544f9724f2263347047a /Build | |
parent | 6c95206204a22fa0f39833b36c446fae569c2eb4 (diff) |
psutils: Distribute the additional files
git-svn-id: svn://tug.org/texlive/trunk@32306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/psutils/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/texk/psutils/Makefile.in | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/texk/psutils/Makefile.am b/Build/source/texk/psutils/Makefile.am index f5e5e877eb0..7d174c450a0 100644 --- a/Build/source/texk/psutils/Makefile.am +++ b/Build/source/texk/psutils/Makefile.am @@ -81,8 +81,8 @@ TESTS = psutils.test EXTRA_DIST += $(TESTS) ## psutils.test -EXTRA_DIST += tests/play.ps tests/playbook.2 tests/playnup.2 tests/playps.2 \ - tests/playres.ps tests/playsel.2 \ +EXTRA_DIST += tests/play.ps tests/playbook.2 tests/playnup.2 tests/playnup1.2 \ + tests/playps.2 tests/playres.ps tests/playsel.2 tests/playsel1.2 \ tests/plot.eps tests/ploth.eps tests/plotm.eps tests/plotv.eps DISTCLEANFILES = play*.2 play*.ps plot*.eps diff --git a/Build/source/texk/psutils/Makefile.in b/Build/source/texk/psutils/Makefile.in index ac25382b394..68a6a106e22 100644 --- a/Build/source/texk/psutils/Makefile.in +++ b/Build/source/texk/psutils/Makefile.in @@ -587,9 +587,10 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = $(PSUTILS_TREE) $(PSUTILS_TREE)-PATCHES \ $(top_builddir)/../../build-aux/relpath $(TESTS) tests/play.ps \ - tests/playbook.2 tests/playnup.2 tests/playps.2 \ - tests/playres.ps tests/playsel.2 tests/plot.eps \ - tests/ploth.eps tests/plotm.eps tests/plotv.eps + tests/playbook.2 tests/playnup.2 tests/playnup1.2 \ + tests/playps.2 tests/playres.ps tests/playsel.2 \ + tests/playsel1.2 tests/plot.eps tests/ploth.eps \ + tests/plotm.eps tests/plotv.eps AM_CPPFLAGS = $(KPATHSEA_INCLUDES) $(PAPER_INCLUDES) -D_Noreturn= -D_GL_ATTRIBUTE_CONST= AM_CFLAGS = $(WARNING_CFLAGS) noinst_LIBRARIES = libpsutils.a |