diff options
author | Anders Nordby <anders@FreeBSD.org> | 2004-11-20 17:12:15 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2004-11-20 17:12:15 +0000 |
commit | 6acd1939bee011e5c40f68242808026ba8e94b8a (patch) | |
tree | 54bcab5d64146cca7101c446b087be7b7fa5a386 /www/Makefile | |
parent | 7ec0a5a30fafd14a2046f3ee5078feb19a8cd5e9 (diff) |
Add forgetHTML, a Python module for object-oriented HTML generation.
Sponsored by: University of Tromsø
Notes
Notes:
svn path=/head/; revision=122018
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a99f6b162100..ab679a7578fb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -600,6 +600,7 @@ SUBDIR += py-clientform SUBDIR += py-cssutils SUBDIR += py-fcgi + SUBDIR += py-forgethtml SUBDIR += py-htmltestcase SUBDIR += py-imdbpy SUBDIR += py-mt |