summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ivy-perl-6.html5
-rw-r--r--doc/ivy-perl-7.html25
-rw-r--r--doc/ivy-perl.16
-rw-r--r--doc/ivy-perl.html2
-rw-r--r--rpm/ivy-perl.tmpl5
-rw-r--r--rpm/ivy-perl.ver2
-rw-r--r--src/Makefile8
7 files changed, 49 insertions, 4 deletions
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 @@
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.7">
<TITLE>The Ivy C library guide: Conventions for writing applications</TITLE>
+ <LINK HREF="ivy-perl-7.html" REL=next>
<LINK HREF="ivy-perl-5.html" REL=previous>
<LINK HREF="ivy-perl.html#toc6" REL=contents>
</HEAD>
<BODY>
-Next
+<A HREF="ivy-perl-7.html">Next</A>
<A HREF="ivy-perl-5.html">Previous</A>
<A HREF="ivy-perl.html#toc6">Contents</A>
<HR>
@@ -27,7 +28,7 @@ Example:
<p><CODE>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</CODE>
<HR>
-Next
+<A HREF="ivy-perl-7.html">Next</A>
<A HREF="ivy-perl-5.html">Previous</A>
<A HREF="ivy-perl.html#toc6">Contents</A>
</BODY>
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+<HEAD>
+ <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.7">
+ <TITLE>The Ivy C library guide: Known bugs</TITLE>
+ <LINK HREF="ivy-perl-6.html" REL=previous>
+ <LINK HREF="ivy-perl.html#toc7" REL=contents>
+</HEAD>
+<BODY>
+Next
+<A HREF="ivy-perl-6.html">Previous</A>
+<A HREF="ivy-perl.html#toc7">Contents</A>
+<HR>
+<H2><A NAME="s7">7. Known bugs</A></H2>
+<p>This version is only compatible with perl-tk 402-004.
+<p>It does not work with perl-tk 400.202 (fileId event problem)
+<p>It does not work with perl-tk_800.011 (remove file descriptor problem)
+
+
+<HR>
+Next
+<A HREF="ivy-perl-6.html">Previous</A>
+<A HREF="ivy-perl.html#toc7">Contents</A>
+</BODY>
+</HTML>
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 <bustico@cenatoulouse.dgac.fr>
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.</EM>
<P>
<H2><A NAME="toc6">6.</A> <A HREF="ivy-perl-6.html">Conventions for writing applications</A></H2>
+<P>
+<H2><A NAME="toc7">7.</A> <A HREF="ivy-perl-7.html">Known bugs</A></H2>
<HR>
<A HREF="ivy-perl-1.html">Next</A>
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éphane Chatty <chatty@cenatoulouse.dgac.fr
- Bug in previous package construction.
';
+push @ChangeLog, '* Tue Apr 13 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr>
+- 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