diff options
author | jestin | 2002-03-07 14:53:43 +0000 |
---|---|---|
committer | jestin | 2002-03-07 14:53:43 +0000 |
commit | 6da7e98946a01ca0c0fd363e06b1bc01d469d8b9 (patch) | |
tree | ae2c8663c05f604dce137590414efa83759f91f2 /debian/rules | |
parent | f6f19c3a8e90341b90abf0bbd34775996c6d9ed1 (diff) | |
download | ivy-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-x | debian/rules | 2 |
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) |