From b06dd52e8550e16cf877a076d24eda2c91e78d7c Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 8 Jan 2003 10:33:51 +0000 Subject: opps. encore des problèmes de docdir --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') 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 ) -- cgit v1.1