diff options
author | jestin | 2002-09-27 17:26:11 +0000 |
---|---|---|
committer | jestin | 2002-09-27 17:26:11 +0000 |
commit | 5c383e10a0fd1e6f742ba52895bb08a3965c1cc8 (patch) | |
tree | 5d9041654e4b98263c0a32e29a015af9f8c28eec /debian | |
parent | eec0dae309abe856e76ad850c12bb5fe68fb10f8 (diff) | |
download | ivy-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')
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 724309e..2a68c9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ivy-java (1.2.1) unstable; urgency=low + + - upstream release fixing a couple of bugs + - updates in the sgml documentation, which is now included in the package + - produces pdf and html from the sgml documentation + + -- Yannick Jestin <jestin@cena.fr> Fri, 27 Sep 2002 16:17:26 +0200 + ivy-java (1.2.0) unstable; urgency=low - there is now a torough non regression test suite in tests directory 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) |