Update svn info, use $(DESTDIR)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@343 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
683aa5879b
commit
f3239d7a2f
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue