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.
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:
## 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!