]> skyeroc.xyz Git - dgamelaunch/commitdiff
Install the manpage as well.
authorJilles Tjoelker <jilles@stack.nl>
Sat, 28 Feb 2004 15:18:20 +0000 (15:18 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Sat, 28 Feb 2004 15:18:20 +0000 (15:18 +0000)
Now version 1.4.3.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@261 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog
Makefile

index 962abc7b33e22b7c8f00e40ac6cabab95510d463..3bbe743fad6d66d189533183cb336f6ebb902dfa 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
-1.4.3 (???)
+1.4.3 (2004/02/28)
        * Make ttyplay use the 'strip' value it remembered from last view.
        * Don't fail if client-supplied window size seems incorrect.
+       * Added a simple man page.
 
 1.4.2 (2004/02/22)
        * Add a compile-time option to define a static location to look
index 64c223b91c822a9a1c18a07a4523d0381ab34ab6..ab69b45e9eb21f3e915a4b91d5b19955781275e2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,16 @@
-VERSION = 1.4.2
+VERSION = 1.4.3
 # Hardcoded path to config file
 DEFCONFIG = /etc/dgamelaunch.conf
 NAME = dgamelaunch
 exclusions = CVS .svn .cvsignore tags
 PREFIX = /usr
 SBINDIR = $(PREFIX)/sbin
+ifeq (PREFIX,/usr)
+  MANDIR = $(PREFIX)/share/man
+else
+  MANDIR = $(PREFIX)/man
+endif
+MAN8 = dgamelaunch.8
 
 ifndef optimize
   optimize = -O0
@@ -61,6 +67,7 @@ clean:
        
 install:
        $(INSTALL) -m 755 $(NAME) $(SBINDIR)
+       $(INSTALL) -m 644 $(MAN8) $(MANDIR)/man8
        
 indent:
        indent -nut -ts2 *.c *.h