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/ps2pkm | |
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/ps2pkm')
-rw-r--r-- | Build/source/texk/ps2pkm/Makefile.am | 8 | ||||
-rw-r--r-- | Build/source/texk/ps2pkm/Makefile.in | 49 | ||||
-rw-r--r-- | Build/source/texk/ps2pkm/ac/withenable.ac | 6 |
3 files changed, 50 insertions, 13 deletions
diff --git a/Build/source/texk/ps2pkm/Makefile.am b/Build/source/texk/ps2pkm/Makefile.am index d44f26eb843..f9aa20a7caf 100644 --- a/Build/source/texk/ps2pkm/Makefile.am +++ b/Build/source/texk/ps2pkm/Makefile.am @@ -1,3 +1,7 @@ +## Makefile.am for the TeX Live subdirectory texk/ps2pkm/ +## +## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -121,7 +125,3 @@ EXTRA_DIST = \ types.h \ usenet -## Eventually delete these files -## -EXTRA_DIST += Makefile.in.orig configure.in.orig - diff --git a/Build/source/texk/ps2pkm/Makefile.in b/Build/source/texk/ps2pkm/Makefile.in index c2ffb62accf..c46eedf0cfd 100644 --- a/Build/source/texk/ps2pkm/Makefile.in +++ b/Build/source/texk/ps2pkm/Makefile.in @@ -300,14 +300,47 @@ ps2pk_SOURCES = \ ps2pk_DEPENDENCIES = $(KPATHSEA_DEPEND) LDADD = $(KPATHSEA_LIBS) dist_man1_MANS = mag.1 pfb2pfa.1 pk2bm.1 ps2pk.1 -EXTRA_DIST = CHANGES.type1 INSTALLATION README.14m README.type1 \ - Xstuff.h basename.c blues.h cluts.h digit.h ffilest.h \ - flisearch.c font.h fontfile.h fontmisc.h fonts.h fontstruct.h \ - fontxlfd.h fsmasks.h hdigit.h pictures.h pktest.c protos.h \ - psearch.c psearch.h sexpr.c strexpr.c strexpr.h strokes.h \ - t1hdigit.h t1imager.h t1intf.h t1stdio.h t1test.c texfiles.c \ - texfiles.h tokst.h trig.h types.h usenet Makefile.in.orig \ - configure.in.orig +EXTRA_DIST = \ + CHANGES.type1 \ + INSTALLATION \ + README.14m \ + README.type1 \ + Xstuff.h \ + basename.c \ + blues.h \ + cluts.h \ + digit.h \ + ffilest.h \ + flisearch.c \ + font.h \ + fontfile.h \ + fontmisc.h \ + fonts.h \ + fontstruct.h \ + fontxlfd.h \ + fsmasks.h \ + hdigit.h \ + pictures.h \ + pktest.c \ + protos.h \ + psearch.c \ + psearch.h \ + sexpr.c \ + strexpr.c \ + strexpr.h \ + strokes.h \ + t1hdigit.h \ + t1imager.h \ + t1intf.h \ + t1stdio.h \ + t1test.c \ + texfiles.c \ + texfiles.h \ + tokst.h \ + trig.h \ + types.h \ + usenet + all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-am diff --git a/Build/source/texk/ps2pkm/ac/withenable.ac b/Build/source/texk/ps2pkm/ac/withenable.ac index 72351528f8d..d517dcb468d 100644 --- a/Build/source/texk/ps2pkm/ac/withenable.ac +++ b/Build/source/texk/ps2pkm/ac/withenable.ac @@ -1,3 +1,7 @@ -## texk/ps2pkm/ac/withenable.ac +## texk/ps2pkm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pkm/ +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 ps2pkm KPSE_WITH_PROG([ps2pkm], [kpathsea]) |