diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:35:59 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:35:59 +0000 |
commit | 70a2688732ce8e027c0bbf4cbdc55621c9ca5b57 (patch) | |
tree | 0a618c7df46f5a6c6334bcc5b2264cc23ebdbc89 /Build/source/libs/t1lib/README | |
parent | 200cfaafaed3d870382579503f73a3838b427d51 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/t1lib/README')
-rw-r--r-- | Build/source/libs/t1lib/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/libs/t1lib/README b/Build/source/libs/t1lib/README new file mode 100644 index 00000000000..90eba0ae9b0 --- /dev/null +++ b/Build/source/libs/t1lib/README @@ -0,0 +1,17 @@ + Building t1lib-5.1.2 as part of the TL tree + ============================================= + +This directory libs/t1lib/ uses a proxy Makefile.am to build the t1lib library +from the unmodified(*) source tree in libs/t1lib/t1lib-x.y.z/, bypassing +the original build system. + +As far as applicable, the tests in libs/t1lib-x.y.z/configure.in have been +copied to libs/t1lib/configure.ac. + +----------------------------- + +(*) almost unmodified, the file lib/t1lib/t1lib.h has been removed! + +============================= + +2009-02-05 Peter Breitenlohner <peb@mppmu.mpg.de> |