diff options
author | wisberg <wisberg> | 2002-12-17 14:38:06 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-17 14:38:06 +0000 |
commit | f1b734ae88881c8f8d38db2942a3f35207401c1f (patch) | |
tree | 22b23aa8c65f8f04cc0f649032cc7399d0f5cd33 /docs/readme-docs-module.html | |
parent | 12a9d7fee224d79e2b8fe01d5e2f5a0e34710891 (diff) | |
download | aspectj-f1b734ae88881c8f8d38db2942a3f35207401c1f.tar.gz aspectj-f1b734ae88881c8f8d38db2942a3f35207401c1f.zip |
doc/script cleanup
Diffstat (limited to 'docs/readme-docs-module.html')
-rw-r--r-- | docs/readme-docs-module.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/readme-docs-module.html b/docs/readme-docs-module.html index f46b39257..fdb7866a1 100644 --- a/docs/readme-docs-module.html +++ b/docs/readme-docs-module.html @@ -15,8 +15,10 @@ contain sources for the FAQ and the Programming and Development Guides, generated using the Ant <a href="build.xml">build.xml</a> script. <p> -<u>Build</u>: The script uses a taskdefs defined in ../lib/build/build.jar -to generate the installers, and others to do misc. text-conversion. +<u>Build</u>: <a href="build.xml">build.xml</a> assembles a local +distribution which is gathered into the product distribution by +the master build script, +<a href="../build/build.xml">../build/build.xml</a>. Dependencies outside this directory: <ul> <li>.xml files refer to their docbook dtds using relative @@ -27,6 +29,9 @@ Dependencies outside this directory: <li>When building installer, using ../lib/build/build.jar and the ../build/installer-resources. </li> +<li><a href="dist/doc/quick.pdf">dist/doc/quick.pdf</a> + is generated manually from <a href="quick.doc">quick.doc</a>. + </li> </ul> </body> </html> |