Description: Drop unnecessary toc.html generation
Author: Christoph Berg <myon@debian.org>
Last-Update: 2015-12-19
Forwarded: not-needed

--- a/Makefile
+++ b/Makefile
@@ -289,8 +289,6 @@ installcheck: test/setup.sql
 
 html:
 	multimarkdown doc/pgtap.mmd > doc/pgtap.html
-	tools/tocgen doc/pgtap.html 2> doc/toc.html
-	perl -MPod::Simple::XHTML -E "my \$$p = Pod::Simple::XHTML->new; \$$p->html_header_tags('<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">'); \$$p->strip_verbatim_indent(sub { my \$$l = shift; (my \$$i = \$$l->[0]) =~ s/\\S.*//; \$$i }); \$$p->parse_from_file('`perldoc -l pg_prove`')" > doc/pg_prove.html
 
 #
 # Actual test targets
