diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-06 13:25:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-06 13:25:34 +0000 |
commit | 8ff84fe02cc02e3ce7131188816307c51f9ee3d8 (patch) | |
tree | 199390a4c099648f12469bd516bcf9c2c5684ace /Build/source/utils/ps2eps/Makefile.am | |
parent | 1c799a0a0ea18ea76e50e369abe1220fdf1b82a2 (diff) |
build system: utils/pdfopen/, utils/psutils/, and utils/ps2eps/ cleanup
git-svn-id: svn://tug.org/texlive/trunk@12945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/ps2eps/Makefile.am')
-rw-r--r-- | Build/source/utils/ps2eps/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/utils/ps2eps/Makefile.am b/Build/source/utils/ps2eps/Makefile.am index 07565ac6d84..5c6fa5ae348 100644 --- a/Build/source/utils/ps2eps/Makefile.am +++ b/Build/source/utils/ps2eps/Makefile.am @@ -1,3 +1,7 @@ +## Makefile.am for the TeX Live subdirectory utils/ps2eps/ +## +## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## You may freely use, modify and/or distribute this file. ## bin_PROGRAMS = bbox @@ -14,7 +18,3 @@ EXTRA_DIST = \ Latest_is_1.64 \ README.txt -## Eventually delete these files -## -EXTRA_DIST += Makefile.in.orig configure.in.orig - |