diff options
author | jestin | 2003-01-08 10:33:51 +0000 |
---|---|---|
committer | jestin | 2003-01-08 10:33:51 +0000 |
commit | b06dd52e8550e16cf877a076d24eda2c91e78d7c (patch) | |
tree | fa391bcb3e1c495bb14b2010a90775fb6ead4a95 /debian | |
parent | 932276e96e4de2638e713f2527de86ac3f61971d (diff) | |
download | ivy-java-b06dd52e8550e16cf877a076d24eda2c91e78d7c.zip ivy-java-b06dd52e8550e16cf877a076d24eda2c91e78d7c.tar.gz ivy-java-b06dd52e8550e16cf877a076d24eda2c91e78d7c.tar.bz2 ivy-java-b06dd52e8550e16cf877a076d24eda2c91e78d7c.tar.xz |
opps. encore des problèmes de docdir
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 9009eaf..bb2e011 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ debian/stamp/binary/ivy-java : debian/stamp/build cp tools/jprobe $(bindir)/jprobe cp -r Changelog $(docdir) gzip -9 $(docdir)/Changelog - make docs + (cd doc; make) cp doc/ivy-java.1 $(mandir) mkdirhier $(docdir)/doc/html/api ( cd src; javadoc -d $(docdir)/doc/html/api *java ) |