diff --git a/Changelog b/Changelog index 35bdfc9..fa87934 100644 --- 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. diff --git a/Makefile.in b/Makefile.in index 74efffb..4928f62 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: diff --git a/dgl-banner b/dgl-banner index 85442a4..feb45a9 100644 --- a/dgl-banner +++ b/dgl-banner @@ -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!