aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjestin2002-03-07 14:53:43 +0000
committerjestin2002-03-07 14:53:43 +0000
commit6da7e98946a01ca0c0fd363e06b1bc01d469d8b9 (patch)
treeae2c8663c05f604dce137590414efa83759f91f2 /debian/rules
parentf6f19c3a8e90341b90abf0bbd34775996c6d9ed1 (diff)
downloadivy-java-6da7e98946a01ca0c0fd363e06b1bc01d469d8b9.zip
ivy-java-6da7e98946a01ca0c0fd363e06b1bc01d469d8b9.tar.gz
ivy-java-6da7e98946a01ca0c0fd363e06b1bc01d469d8b9.tar.bz2
ivy-java-6da7e98946a01ca0c0fd363e06b1bc01d469d8b9.tar.xz
The debian doc scheme doesn't work well
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index cc38cfe..e2964a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ debian/stamp/binary/ivy-java : debian/stamp/build
$(install_dir) $(docbasedir)
$(install_dir) $(mandir)
cp -r src/fr $(javarep)
- mkdir $(docdir)/doc/html/api
+ mkdirhier $(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)