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