aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjestin2002-03-07 14:35:00 +0000
committerjestin2002-03-07 14:35:00 +0000
commit6be188096c422be55a9002e1d286b2f3a805f3d1 (patch)
treeba8e502a58135109fe95d77287c6fefe5cc0681f /debian/rules
parent5027f5199b87865d18b8200655b0534464fd0b1f (diff)
downloadivy-java-6be188096c422be55a9002e1d286b2f3a805f3d1.zip
ivy-java-6be188096c422be55a9002e1d286b2f3a805f3d1.tar.gz
ivy-java-6be188096c422be55a9002e1d286b2f3a805f3d1.tar.bz2
ivy-java-6be188096c422be55a9002e1d286b2f3a805f3d1.tar.xz
Changing the way the api doc is generated
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
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