Fixed editor stuff.
1 parent 5e16b1d commit 917bd657eb6d4014fdd615925e53925a957a7d4b
@tundra tundra authored on 9 Jun 2012
Showing 1 changed file
View
4
makefile
# Build a release of tperimeter using 'make'
# $Id: makefile,v 1.118 2012/06/09 20:57:22 tundra Exp $
# $Id: makefile,v 1.119 2012/06/09 20:58:15 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
 
WHATSNEW.txt: FORCE
@printf "%s\n%s\n\n" ${HEADER1} ${HEADER2} | cat - $@ >${TMPFILE}
@mv ${TMPFILE} $@
@__EDITOR__ __EDITARGS__ $@
@emacs -nw $@
@cvs commit -m${HEADER1} $@
 
docs: ${DOCS} ${PROGDOCS}
@chmod 644 ${DOCS} ${PROGDOCS}