From 05879b21df8b1335146042b1504ddf5a3eef2144 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Tue, 6 Jan 2009 19:46:19 +0000 Subject: [PATCH] Automatically determine the publication date and Toolkit version number for Toolkit Manual. The information appears in the edition notice page (the 2nd page) in the PDF version and in the main page of the HTML version. The version information is determined from build/VERSION.properties, and will include any version extensions. svn changeset:6423/svn branch:trunk --- build/build.xml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index 38b34a75f3..c7a58f8a79 100644 --- a/build/build.xml +++ b/build/build.xml @@ -961,8 +961,20 @@ + + + + + + + + + + + + - + @@ -976,6 +988,9 @@ PDF Manual: processing images (TBD) PDF Manual: converting xml to fo + + Publication date is ${manual.pubdate} + @@ -1001,6 +1016,12 @@ + + + + + + @@ -1020,7 +1041,7 @@ - + Manual: HTML @@ -1056,6 +1077,12 @@ + + + + + + -- 2.39.5