diff --git a/makefile b/makefile
index f7ea5c9..fccbaf8 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 # 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.
 
 
@@ -29,7 +29,6 @@
             rebuild-hosts.allow.sh.ps \
             ${PROGNAME}-ui.html.ps  \
             CHANGELOG.txt           \
-            Makefile                \
 
 SAMPLE    = ${PROGNAME}-sample.tar.gz
 
@@ -106,6 +105,9 @@
 # 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$@ $<