Got rid of 'flip' document format conversion.
1 parent 8e847ab commit dd99b360fe6fe10912a63e95bf53457b98a9043d
@tundra tundra authored on 9 Jun 2012
Showing 1 changed file
View
3
■■
makefile
# Build a release of 'pystat' using 'make'
# $Id: makefile,v 1.102 2012/06/09 19:21:38 tundra Exp $
# $Id: makefile,v 1.103 2012/06/09 21:50:35 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
 
docs: ${DOCSOURCES} ${DOCFILES}
@chmod 644 ${DOCFILES} ${DOCSOURCES}
@chmod 644 *.gz *.txt
@flip -u *txt
 
progs: ${PROGFILES}
chmod 755 ${PROGFILES}