diff options
Diffstat (limited to 'Build/source/texk/afm2pl/Makefile.am')
-rw-r--r-- | Build/source/texk/afm2pl/Makefile.am | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/Build/source/texk/afm2pl/Makefile.am b/Build/source/texk/afm2pl/Makefile.am index ab3e45ec256..93e246a0249 100644 --- a/Build/source/texk/afm2pl/Makefile.am +++ b/Build/source/texk/afm2pl/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/afm2pl/ ## -## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009, 2011 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -27,14 +27,17 @@ LDADD = $(KPATHSEA_LIBS) dist_man1_MANS = afm2pl.1 -TESTS = afm2pl.test - -EXTRA_DIST = afm2pl.test logo10.afm xlogo10.map xlogo10.pl - -CLEANFILES = logo10.map logo10.pl - ## Not used ## -EXTRA_DIST += \ +EXTRA_DIST = \ afm2pl.xml README.DOCS +## Tests +## +TESTS = afm2pl.test +EXTRA_DIST += $(TESTS) + +## afm2pl.test +EXTRA_DIST += tests/logo10.afm tests/logo10.map tests/logo10.pl +DISTCLEANFILES += logo10.* + |