[gnue] r9893 - trunk/www/utils/sbin [email protected] Tue, 19 Aug 2008 09:57:51 -0500 (CDT) Newsgroups gmane.comp.cms.gnue.cvs Message-ID <[email protected]> Author: reinhard Date: 2008-08-19 09:57:50 -0500 (Tue, 19 Aug 2008) New Revision: 9893 Modified: trunk/www/utils/sbin/create-epydocs Log: (try to) fix epydoc output. Modified: trunk/www/utils/sbin/create-epydocs =================================================================== --- trunk/www/utils/sbin/create-epydocs 2008-07-31 12:56:45 UTC (rev 9892) +++ trunk/www/utils/sbin/create-epydocs 2008-08-19 14:57:50 UTC (rev 9893) @@ -48,7 +48,7 @@ cat $CHECKOUT/www/misc/epydoc/header.php cat "$TMPDIR/$t/$f" | - tail -n +11 | + tail -n +19 | grep -v '</body>' | grep -v '</html>' | grep -v 'no frame' |