diff options
Diffstat (limited to 'Build/source/texk/afm2pl/Makefile.am')
-rw-r--r-- | Build/source/texk/afm2pl/Makefile.am | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Build/source/texk/afm2pl/Makefile.am b/Build/source/texk/afm2pl/Makefile.am index 5789438a2f0..18791d541cb 100644 --- a/Build/source/texk/afm2pl/Makefile.am +++ b/Build/source/texk/afm2pl/Makefile.am @@ -1,3 +1,7 @@ +## Makefile.am for the TeX Live subdirectory texk/afm2pl/ +## +## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -17,16 +21,10 @@ LDADD = $(KPATHSEA_LIBS) dist_man1_MANS = afm2pl.1 -## Not (yet) used +## Not used ## EXTRA_DIST = \ afm2pl.html \ afm2pl.txt \ - afm2pl.xml \ - c-auto.in - -## Eventually delete these files -## - -EXTRA_DIST += Makefile.in.orig configure.in.orig + afm2pl.xml |