[Lunar-commits] r15098 - lunar-tools/trunk

Auke Kok sofar at lunar-linux.org
Fri May 27 08:08:03 UTC 2005


Author: sofar
Date: 2005-05-27 08:08:02 +0000 (Fri, 27 May 2005)
New Revision: 15098

Modified:
   lunar-tools/trunk/Makefile
Log:
Adding a 'log' target that works on espresso.


Modified: lunar-tools/trunk/Makefile
===================================================================
--- lunar-tools/trunk/Makefile	2005-05-27 08:02:34 UTC (rev 15097)
+++ lunar-tools/trunk/Makefile	2005-05-27 08:08:02 UTC (rev 15098)
@@ -8,7 +8,7 @@
 VERSION = 2005.2
 
 PROGRAMS = lids/lids luser/luser lnet/lnet lservices/lservices lmodules/lmodules clad/clad
-DOCS = README COPYING
+DOCS = README COPYING ChangeLog
 MANPAGES = lnet/lnet.8
 PROFILEDFILES = clad/clad.rc
 
@@ -46,5 +46,9 @@
 		install -m644 $${DOC} ${DOCDIR} ; \
 	done
 
+log:
+	rm -f ChangeLog
+	svnlog > ChangeLog
+
 release:
 	tar cjvf /tmp/lunar-tools-${VERSION}.tar.bz2 --exclude="*/.svn*" -C .. lunar-tools/ ; \



More information about the Lunar-commits mailing list