Fixed separator problems with housekeeping targets.
1 parent d80915a commit 7877c957f36a24361147095be734db7b8d7398a3
@tundra tundra authored on 9 Jun 2012
Showing 1 changed file
View
10
makefile
# Build a release of tconfpy using 'make'
# $Id: makefile,v 1.113 2012/06/09 19:28:43 tundra Exp $
# $Id: makefile,v 1.114 2012/06/09 20:15:11 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
# Housekeeping
#####
 
clean:
@rm -rf *~ *.1 *.1.gz *.aux *.core *.dvi *.latex *.log *.out tmpfile *.toc
@rm -rf *~ *.1 *.1.gz *.aux *.core *.dvi *.latex *.log *.out tmpfile *.toc
 
version:
@echo ${VERSION}
@echo ${VERSION}
 
scrub: clean
@rm -rf ${DIR} ${PROGFILES} ${DOCS} ${PROGDOCS} ${TARBALL} ${TMPFILE}
@rm -rf ${DIR} ${PROGFILES} ${DOCS} ${PROGDOCS} ${TARBALL} ${TMPFILE}
 
init: scrub
cvs update
cvs update