| | # 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} |
---|
| |
---|
| | |