]> skyeroc.xyz Git - dgamelaunch/commitdiff
Update svn info, use $(DESTDIR)
authorJoshua Kwan <joshk@triplehelix.org>
Sun, 2 Jan 2005 10:31:59 +0000 (10:31 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sun, 2 Jan 2005 10:31:59 +0000 (10:31 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@343 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog
Makefile.in
dgl-banner

index 35bdfc9256dd5d6a5232e02a66c09882efa911e4..fa879345170fa5100e4acbaef6d7a1c17fcb6d41 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,8 @@
          had been used.
        * Allow ^L and ^R to fully refresh the watch list.
        * Use kqueue() if available (FreeBSD) to improve watching.
+       * Update svn link.
+       * Use $(DESTDIR) intelligently in installation procedure.
 
 1.4.6 (2004/07/03)
        * Fix some signed/unsigned warnings.
index 74efffb26e7eb4b2f685ecc1a7841f5ec8770d1e..4928f62405aa078a7f39928bec0e442061a07d4a 100644 (file)
@@ -44,7 +44,9 @@ distclean: clean
        rm -rf autom4te.cache
        
 install: all
-       $(INSTALL) -m 755 $(NAME) $(sbindir)
+       mkdir -p $(DESTDIR)$(sbindir)
+       $(INSTALL) -m 755 $(NAME) $(DESTDIR)$(sbindir)
+       mkdir -p $(DESTDIR)$(mandir)/man8
        $(INSTALL) -m 644 $(MAN8) $(mandir)/man8
        
 indent:
index 85442a491da9c2373fa70225df5a5c875144df0f..feb45a99c7eafbeae5e258bd673779455b57cd77 100644 (file)
@@ -3,5 +3,5 @@
 ## Copyright (c) 2001-2004 Brett Carrington, Joshua Kwan, M. Drew Streib,
 ## Jilles Tjoelker.
 ## Source code available on ftp://ftp.alt.org/pub/dgamelaunch/ or
-## http://dev.triplehelix.org/?root=dgamelaunch (development version)
+## http://triplehelix.org/viewcvs/dgamelaunch (development version)
 ## ** Games on this server are recorded for in-progress viewing and playback!