From 65e33804443228d98fdf408f01f975f1bfbc3a90 Mon Sep 17 00:00:00 2001 From: jacomi Date: Tue, 13 Apr 1999 09:42:06 +0000 Subject: doc files added to package --- doc/ivy-perl-6.html | 5 +++-- doc/ivy-perl-7.html | 25 +++++++++++++++++++++++++ doc/ivy-perl.1 | 6 +++++- doc/ivy-perl.html | 2 ++ rpm/ivy-perl.tmpl | 5 +++++ rpm/ivy-perl.ver | 2 +- src/Makefile | 8 ++++++++ 7 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 doc/ivy-perl-7.html diff --git a/doc/ivy-perl-6.html b/doc/ivy-perl-6.html index a5ad87b..9d31b44 100644 --- a/doc/ivy-perl-6.html +++ b/doc/ivy-perl-6.html @@ -3,11 +3,12 @@ The Ivy C library guide: Conventions for writing applications + -Next +Next Previous Contents
@@ -27,7 +28,7 @@ Example:

AIRCRAFT:LIB720 Moved lat=46.1697 lon=2.0844 vx=-36 vy=-463 afl=330 rate=0 heading=184 ground_speed=465 mach_speed=0 tendance=0 time=24600 cfl=330


-Next +Next Previous Contents diff --git a/doc/ivy-perl-7.html b/doc/ivy-perl-7.html new file mode 100644 index 0000000..c46da20 --- /dev/null +++ b/doc/ivy-perl-7.html @@ -0,0 +1,25 @@ + + + + + The Ivy C library guide: Known bugs + + + + +Next +Previous +Contents +
+

7. Known bugs

+

This version is only compatible with perl-tk 402-004. +

It does not work with perl-tk 400.202 (fileId event problem) +

It does not work with perl-tk_800.011 (remove file descriptor problem) + + +


+Next +Previous +Contents + + diff --git a/doc/ivy-perl.1 b/doc/ivy-perl.1 index 265354c..dbc2372 100644 --- a/doc/ivy-perl.1 +++ b/doc/ivy-perl.1 @@ -75,7 +75,11 @@ The essential functions of Ivy are: .SH DIAGNOSTICS error messages displayed .SH BUGS -none reported yet! +This version is only compatible with perl-tk 402-004. +.nf +It does not work with perl-tk 400.202 (fileId event problem) +.nf +It does not work with perl-tk_800.011 (remove file descriptor problem) .SH AUTHORS .nf Alexandre Bustico diff --git a/doc/ivy-perl.html b/doc/ivy-perl.html index 006ae35..58b8ea1 100644 --- a/doc/ivy-perl.html +++ b/doc/ivy-perl.html @@ -56,6 +56,8 @@ of the library.

6. Conventions for writing applications

+

+

7. Known bugs


Next Previous diff --git a/rpm/ivy-perl.tmpl b/rpm/ivy-perl.tmpl index 9187c1d..3a9ff3d 100644 --- a/rpm/ivy-perl.tmpl +++ b/rpm/ivy-perl.tmpl @@ -46,3 +46,8 @@ push @ChangeLog, '* Sat Feb 20 1999 St - Bug in previous package construction. '; +push @ChangeLog, '* Tue Apr 13 1999 Michelle Jacomi +- Generation of ivy-perl-3.1-3 +- doc files added to ivy-perl package + +'; diff --git a/rpm/ivy-perl.ver b/rpm/ivy-perl.ver index 460b306..be95df2 100644 --- a/rpm/ivy-perl.ver +++ b/rpm/ivy-perl.ver @@ -1,2 +1,2 @@ $Version = 3.1; -$Release = 2; +$Release = 3; diff --git a/src/Makefile b/src/Makefile index 434158f..23b6d89 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,5 +19,13 @@ all: install: test -d $(PREFIX)/usr/lib/perl5/site_perl || mkdirhier $(PREFIX)/usr/lib/perl5/site_perl install -m 644 Ivy.pm $(PREFIX)/usr/lib/perl5/site_perl + test -d $(PREFIX)/usr/doc/ivy-perl || mkdirhier $(PREFIX)/usr/doc/ivy-perl + for f in `find ../doc/*.html -type f -maxdepth 1`; do \ + install -m 644 $$f $(PREFIX)/usr/doc/ivy-perl; \ + done + test -d $(PREFIX)/usr/man/man1 || mkdirhier $(PREFIX)/usr/man/man1 + for f in `find ../doc/*.1 -type f -maxdepth 1`; do \ + install -m 644 $$f $(PREFIX)/usr/man/man1; \ + done rpm:: /usr/bin/rpmize -- cgit v1.1