summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacomi1999-04-13 09:24:37 +0000
committerjacomi1999-04-13 09:24:37 +0000
commit5077a99f1c3ab74e532dba99ff12904d5500b8ff (patch)
tree9f8f0439f40f5618a16a736a9ce9b366051f1a1e
parent127f012b3faa37f4f016adcdc7268386ff421785 (diff)
downloadivy-c-5077a99f1c3ab74e532dba99ff12904d5500b8ff.zip
ivy-c-5077a99f1c3ab74e532dba99ff12904d5500b8ff.tar.gz
ivy-c-5077a99f1c3ab74e532dba99ff12904d5500b8ff.tar.bz2
ivy-c-5077a99f1c3ab74e532dba99ff12904d5500b8ff.tar.xz
doc files added to ivy-c package
-rw-r--r--redhat/ivy-c.tmpl5
-rw-r--r--redhat/ivy-c.ver2
-rw-r--r--src/Makefile8
3 files changed, 14 insertions, 1 deletions
diff --git a/redhat/ivy-c.tmpl b/redhat/ivy-c.tmpl
index 2184052..6989149 100644
--- a/redhat/ivy-c.tmpl
+++ b/redhat/ivy-c.tmpl
@@ -35,3 +35,8 @@ push @ChangeLog, '* Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr
- Fixed Makefile: added links for shared libs
';
+push @ChangeLog, '* Tue Apr 13 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr>
+- Generation of ivy-c-3.0-8
+- doc files added to ivy-c package
+
+';
diff --git a/redhat/ivy-c.ver b/redhat/ivy-c.ver
index 3608bf9..c318381 100644
--- a/redhat/ivy-c.ver
+++ b/redhat/ivy-c.ver
@@ -1,2 +1,2 @@
$Version = 3.0;
-$Release = 5;
+$Release = 8;
diff --git a/src/Makefile b/src/Makefile
index 9946d30..cd40a74 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -99,6 +99,14 @@ install: all
ln -s /usr/X11R6/lib/libxtivy.so.$(MAJOR).$(MINOR) $(PREFIX)/usr/X11R6/lib/libxtivy.so.$(MAJOR)
install -m644 *.h $(PREFIX)/usr/include
+ test -d $(PREFIX)/usr/doc/ivy-c || mkdirhier $(PREFIX)/usr/doc/ivy-c
+ for f in `find ../doc/*.html -type f -maxdepth 1`; do \
+ install -m 644 $$f $(PREFIX)/usr/doc/ivy-c; \
+ 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