[Lunar-commits] <lunar-tools> makefile: Removed all ChangeLog cruft
Stefan Wold
ratler at lunar-linux.org
Tue Jul 31 11:37:39 CEST 2012
commit c852f87ae8fe4496eb9f9b10165912fdcb7b5c04
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 25 Jun 2012 10:41:52 -0700
URL: https://github.com/lunar-linux/lunar-tools/commit/c852f87ae8fe4496eb9f9b10165912fdcb7b5c04
makefile: Removed all ChangeLog cruft
---
Makefile +1/-5
1 files changed, 1 insertions (+), 5 deletions (-)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ VERSION = 2007.4
PROGRAMS = lids/lids luser/luser lnet/lnet lservices/lservices \
lmodules/lmodules clad/clad ltime/ltime
-DOCS = README COPYING ChangeLog
+DOCS = README COPYING
MANPAGES = lnet/lnet.8
PROFILEDFILES = clad/clad.rc
@@ -51,9 +51,5 @@ install:
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-${VERSION}/ ; \
More information about the Lunar-commits
mailing list