Fixed typo in editor string.
1 parent e17105e commit 2a0fcee57118ccdfb4ff2bb8f09602b7ceacf70d
@tundra tundra authored on 9 Jun 2012
Showing 1 changed file
View
4
makefile
# Build a release of 'tren' using 'make'
# $Id: makefile,v 1.110 2012/06/09 20:20:28 tundra Exp $
# $Id: makefile,v 1.111 2012/06/09 20:21:18 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} $@
@emacs -nw_ $@
@emacs -nw $@
@cvs commit -m${HEADER1} $@
 
docs: ${DOCS} ${PROGDOCS}
@chmod 644 ${DOCS} ${PROGDOCS}