Removed 'Makefile' from release distribution.
Added target to pretty print 'html' content.
1 parent 4c1837a commit 5e16b1da4bc5a1684aca2ee5ec93faef3a2fee6d
@tundra tundra authored on 9 Jun 2012
Showing 1 changed file
View
6
makefile
# Build a release of tperimeter using 'make'
# $Id: makefile,v 1.117 2012/06/09 20:54:41 tundra Exp $
# $Id: makefile,v 1.118 2012/06/09 20:57:22 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
${PROGNAME}.txt \
rebuild-hosts.allow.sh.ps \
${PROGNAME}-ui.html.ps \
CHANGELOG.txt \
Makefile \
 
SAMPLE = ${PROGNAME}-sample.tar.gz
 
 
###
# Pretty Print Programs & Scripts
###
 
%.html.ps: %.html
@enscript -Ehtml --color -fCourier8 -i2 -L77 -C --mark-wrapped-lines=arrow -p$@ $<
 
%.pl.ps: %.pl
@enscript -Eperl --color -fCourier8 -i2 -L77 -C --mark-wrapped-lines=arrow -p$@ $<
 
%.py.ps: %.py