diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-01 16:22:35 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-01 16:22:35 +0000 |
commit | f437f873abf5f480b2fa40298e1423082409b6e7 (patch) | |
tree | 04f8d33607dabf0df60b414eb63c6c5ae4323aef /Build/source/texk/ps2pkm/Makefile.in | |
parent | 532b36d33a31bb24bcc1ebbde69388d43d75965a (diff) |
minor build system cleanup
git-svn-id: svn://tug.org/texlive/trunk@17252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ps2pkm/Makefile.in')
-rw-r--r-- | Build/source/texk/ps2pkm/Makefile.in | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/Build/source/texk/ps2pkm/Makefile.in b/Build/source/texk/ps2pkm/Makefile.in index fd88e01681c..a3994eceb9f 100644 --- a/Build/source/texk/ps2pkm/Makefile.in +++ b/Build/source/texk/ps2pkm/Makefile.in @@ -288,18 +288,31 @@ pk2bm_SOURCES = \ pkin.h ps2pk_SOURCES = \ + Xstuff.h \ arith.c \ arith.h \ basics.c \ basics.h \ + blues.h \ bstring.c \ + cluts.h \ curves.c \ curves.h \ + digit.h \ encoding.c \ + ffilest.h \ filenames.c \ filenames.h \ + font.h \ fontfcn.c \ fontfcn.h \ + fontfile.h \ + fontmisc.h \ + fonts.h \ + fontstruct.h \ + fontxlfd.h \ + fsmasks.h \ + hdigit.h \ hints.c \ hints.h \ lines.c \ @@ -308,22 +321,32 @@ ps2pk_SOURCES = \ objects.h \ paths.c \ paths.h \ + pictures.h \ pkout.c \ pkout.h \ ps2pk.c \ + psearch.h \ regions.c \ regions.h \ scanfont.c \ spaces.c \ spaces.h \ + strokes.h \ t1funcs.c \ + t1hdigit.h \ + t1imager.h \ t1info.c \ + t1intf.h \ t1io.c \ t1snap.c \ + t1stdio.h \ t1stub.c \ token.c \ token.h \ + tokst.h \ + trig.h \ type1.c \ + types.h \ util.c \ util.h @@ -334,40 +357,17 @@ EXTRA_DIST = \ 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 |