diff options
author | acolyer <acolyer> | 2004-11-09 14:28:51 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-11-09 14:28:51 +0000 |
commit | c9363fd12ac1d276af0bb63b87e893c7cef50ecf (patch) | |
tree | 0905e1bc50b919c6d8eb0f050dfac62405fa2115 /docs/build.xml | |
parent | 20331431a5fd3b26a9314df68360ae057c713e5b (diff) | |
download | aspectj-c9363fd12ac1d276af0bb63b87e893c7cef50ecf.tar.gz aspectj-c9363fd12ac1d276af0bb63b87e893c7cef50ecf.zip |
build the 1.5 developer's notebook as part of the distribution.
Diffstat (limited to 'docs/build.xml')
-rw-r--r-- | docs/build.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/build.xml b/docs/build.xml index 24b032d6f..c86ee1246 100644 --- a/docs/build.xml +++ b/docs/build.xml @@ -153,7 +153,7 @@ </target> <target name="do-local-dist" - depends="init,init-filters,api,faq,devguide,progguide" + depends="init,init-filters,api,faq,devguide,progguide, adk15guide" description="finish products by copying dist files"> <copy todir="${docs.dist.dir}" filtering="on"> <fileset dir="${docs.src.dir}/dist" @@ -201,6 +201,14 @@ </antcall> </target> + <target name="adk15guide" depends="init"> + <antcall target="build-guide"> + <param name="guide.dir" value="adk15ProgGuideDB"/> + <param name="guide.name" value="adk15notebook"/> + </antcall> + </target> + + <target name="devguide" depends="init"> <!-- GCH --> |