From 4054c0beea944493e4e48b61a053b4a5c5f9ccd7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 17 Apr 2002 16:08:37 +0000 Subject: [PATCH] Added "savedoc" target which builds the javadocs and stuffs them into docs/api so that they're not blown away next time someone does an ant clean. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1266 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 10 ++++++++++ docs/.cvsignore | 1 + 2 files changed, 11 insertions(+) create mode 100644 docs/.cvsignore diff --git a/build.xml b/build.xml index b49585083..e1f94ec45 100644 --- a/build.xml +++ b/build.xml @@ -10,6 +10,7 @@ + @@ -75,6 +76,15 @@ + + + + + + + + diff --git a/docs/.cvsignore b/docs/.cvsignore new file mode 100644 index 000000000..eedd89b45 --- /dev/null +++ b/docs/.cvsignore @@ -0,0 +1 @@ +api