diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-21 09:44:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-21 09:44:45 +0000 |
commit | b77e78eaf3652b80e78ae80f770bd3bdf721363d (patch) | |
tree | d3c67296e30534c63d02c5bb5e5790b1d9150cd0 /Build/source/texk/afm2pl | |
parent | ad04e2284cbf8d1a4b268636c7451f89d29c4d0a (diff) |
new build system: mode texk/xdvik and general update
git-svn-id: svn://tug.org/texlive/trunk@12771 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/afm2pl')
-rw-r--r-- | Build/source/texk/afm2pl/Makefile.am | 14 | ||||
-rw-r--r-- | Build/source/texk/afm2pl/Makefile.in | 7 | ||||
-rw-r--r-- | Build/source/texk/afm2pl/ac/withenable.ac | 6 |
3 files changed, 16 insertions, 11 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 diff --git a/Build/source/texk/afm2pl/Makefile.in b/Build/source/texk/afm2pl/Makefile.in index c8137ec6048..b568e991ff8 100644 --- a/Build/source/texk/afm2pl/Makefile.in +++ b/Build/source/texk/afm2pl/Makefile.in @@ -221,8 +221,11 @@ afm2pl_SOURCES = afm2pl.c afm2pl_DEPENDENCIES = $(KPATHSEA_DEPEND) LDADD = $(KPATHSEA_LIBS) dist_man1_MANS = afm2pl.1 -EXTRA_DIST = afm2pl.html afm2pl.txt afm2pl.xml c-auto.in \ - Makefile.in.orig configure.in.orig +EXTRA_DIST = \ + afm2pl.html \ + afm2pl.txt \ + afm2pl.xml + all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-am diff --git a/Build/source/texk/afm2pl/ac/withenable.ac b/Build/source/texk/afm2pl/ac/withenable.ac index 95940e87ebd..7d7539504f6 100644 --- a/Build/source/texk/afm2pl/ac/withenable.ac +++ b/Build/source/texk/afm2pl/ac/withenable.ac @@ -1,3 +1,7 @@ -## texk/afm2pl/ac/withenable.ac +## texk/afm2pl/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/afm2pl/ +dnl +dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +dnl You may freely use, modify and/or distribute this file. +dnl ## configure options and TL libraries required for afm2pl KPSE_WITH_PROG([afm2pl], [kpathsea]) |