From 6be188096c422be55a9002e1d286b2f3a805f3d1 Mon Sep 17 00:00:00 2001 From: jestin Date: Thu, 7 Mar 2002 14:35:00 +0000 Subject: Changing the way the api doc is generated --- debian/changelog | 9 +++++++++ debian/rules | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b9ef2a1..a282de9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ivy-java (1.0.9-1) unstable; urgency=low + + * there were still some bugs in the protocol handling + * the die semantics is now abided by our java clients + * code cleaning + * the real examples have been put in examples + + -- Yannick Jestin Thu, 7 Mar 2002 15:16:08 +0200 + ivy-java (1.0.8-1) unstable; urgency=low * don't use StringTokenizer any more, it is too buggy and version dependent diff --git a/debian/rules b/debian/rules index c5b8cf0..cc38cfe 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,8 @@ debian/stamp/binary/ivy-java : debian/stamp/build $(install_dir) $(docbasedir) $(install_dir) $(mandir) cp -r src/fr $(javarep) - cp -r doc/html/api $(docdir) + mkdir $(docdir)/doc/html/api + ( cd src; javadoc -d $(docdir)/doc/html/api *java ) cp -r doc/changes.html $(docdir) cp doc/ivy-java.1 $(mandir) gzip -9 $(mandir)/ivy-java.1 -- cgit v1.1