Got rid of 'flip' document format conversion.
1 parent 7877c95 commit a80cd2953d63235de9dbd354199ba9cf2fa24908
@tundra tundra authored on 9 Jun 2012
Showing 1 changed file
View
3
■■
makefile
# Build a release of tconfpy using 'make'
# $Id: makefile,v 1.114 2012/06/09 20:15:11 tundra Exp $
# $Id: makefile,v 1.115 2012/06/09 21:51:01 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
 
docs: ${DOCFILES} ${SUPPFILES}
@chmod 644 ${DOCFILES} ${SUPPFILES}
@chmod 644 *.gz *.txt
@flip -u *txt
 
progs: ${PROGFILES}
chmod 750 ${PROGFILES}