aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjestin2002-09-27 17:26:11 +0000
committerjestin2002-09-27 17:26:11 +0000
commit5c383e10a0fd1e6f742ba52895bb08a3965c1cc8 (patch)
tree5d9041654e4b98263c0a32e29a015af9f8c28eec /debian/rules
parenteec0dae309abe856e76ad850c12bb5fe68fb10f8 (diff)
downloadivy-java-5c383e10a0fd1e6f742ba52895bb08a3965c1cc8.zip
ivy-java-5c383e10a0fd1e6f742ba52895bb08a3965c1cc8.tar.gz
ivy-java-5c383e10a0fd1e6f742ba52895bb08a3965c1cc8.tar.bz2
ivy-java-5c383e10a0fd1e6f742ba52895bb08a3965c1cc8.tar.xz
Added the sgml file, and the production rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 7841867..c12d286 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,9 @@ debian/stamp/binary/ivy-java : debian/stamp/build
cp -r Changelog $(docdir)
gzip -9 $(docdir)/Changelog
cp doc/ivy-java.1 $(mandir)
+ ( cd doc ; make )
+ cp -R doc/ivy-java $(docdir)/doc/programmersguide
+ cp -R doc/ivy-java.pdf $(docdir)/programmersguide.pdf
gzip -9 $(mandir)/ivy-java.1
$(install_nonex) debian/README.Debian $(docdir)
$(install_nonex) BUGS README $(docdir)