From 5077a99f1c3ab74e532dba99ff12904d5500b8ff Mon Sep 17 00:00:00 2001 From: jacomi Date: Tue, 13 Apr 1999 09:24:37 +0000 Subject: doc files added to ivy-c package --- redhat/ivy-c.tmpl | 5 +++++ redhat/ivy-c.ver | 2 +- src/Makefile | 8 ++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) 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 - Fixed Makefile: added links for shared libs '; +push @ChangeLog, '* Tue Apr 13 1999 Michelle Jacomi +- 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 -- cgit v1.1