Commit e5ee961c authored by unknown's avatar unknown

Fix list of sections to leave out of printed manual.

parent a0b84130
......@@ -29,7 +29,7 @@ print STDERR "Adding PARA inside ENTRY...\n";
$data =~ s{<entry>(.+?)</entry>}
{<entry><para>$1</para></entry>}gs;
@apx = ("Users", "MySQL-customer-usage", "News",
@apx = ("Users", "MySQL Testimonials", "News",
"GPL-license", "LGPL-license");
foreach $apx (@apx) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment