Skip to content

Commit

Permalink
makefile: Removed all ChangeLog cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jun 25, 2012
1 parent 322a726 commit c852f87
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Expand Up @@ -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

Expand Down Expand Up @@ -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}/ ; \

0 comments on commit c852f87

Please sign in to comment.