Further cleanup for unnededed doc files.
1 parent 2a13dd1 commit 24e34ced20c77c1c5bd2aec4b097db53c8aa3414
@tundra tundra authored on 24 Jun 2010
Showing 1 changed file
View
4
makefile
# Build a release of 'tsearchpath' using 'make'
# $Id: makefile,v 1.101 2010/06/24 19:43:25 tundra Exp $
# $Id: makefile,v 1.102 2010/06/24 19:44:32 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
*.1 *.aux *.dvi *.log *.out *.core *~
 
docs: ${DOCSOURCES} ${DOCFILES}
@chmod 644 ${DOCFILES} ${DOCSOURCES}
@chmod 644 *.gz *.txt
@chmod 644 *.txt
@flip -u *txt
 
progs: ${PROGFILES}
chmod 755 ${PROGFILES}