[svn:parrot] r48040 - in branches/html_cleanup: . tools/docs

coke at svn.parrot.org coke at svn.parrot.org
Thu Jul 8 00:07:50 UTC 2010


Author: coke
Date: Thu Jul  8 00:07:50 2010
New Revision: 48040
URL: https://trac.parrot.org/parrot/changeset/48040

Log:
Remove old tool for generating html docs.

Deleted:
   branches/html_cleanup/tools/docs/write_docs.pl
Modified:
   branches/html_cleanup/MANIFEST

Modified: branches/html_cleanup/MANIFEST
==============================================================================
--- branches/html_cleanup/MANIFEST	Thu Jul  8 00:06:36 2010	(r48039)
+++ branches/html_cleanup/MANIFEST	Thu Jul  8 00:07:50 2010	(r48040)
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Wed Jul  7 00:30:56 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Thu Jul  8 00:07:24 2010 UT
 #
 # See below for documentation on the format of this file.
 #
@@ -2159,7 +2159,6 @@
 tools/docs/make_html_docs.pl                                []
 tools/docs/mk_chm.pl                                        []
 tools/docs/ops_summary.pl                                   []
-tools/docs/write_docs.pl                                    []
 tools/install/smoke.pl                                      []
 tools/install/smoke_languages.pl                            []
 tools/util/crow.pir                                         []

Deleted: branches/html_cleanup/tools/docs/write_docs.pl
==============================================================================
--- branches/html_cleanup/tools/docs/write_docs.pl	Thu Jul  8 00:07:50 2010	(r48039)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,42 +0,0 @@
-#! perl
-# Copyright (C) 2001-2003, Parrot Foundation.
-# $Id$
-
-=head1 NAME
-
-tools/docs/write_docs.pl - Write HTML documentation
-
-=head1 SYNOPSIS
-
-    % perl tools/docs/write_docs.pl [--silent]
-
-=head1 DESCRIPTION
-
-This script writes the HTML documentation for Parrot.
-
-=cut
-
-use strict;
-use warnings;
-use lib 'lib';
-use Getopt::Long;
-use Parrot::Docs::Section::Parrot;
-
-my ( $silent, $version );
-
-die unless GetOptions( 'silent'    => \$silent,
-                       'version=s' => \$version,
-                     );
-
-my $docs = Parrot::Docs::Section::Parrot->new;
-
-$docs->write_docs( $silent, $version );
-
-exit 0;
-
-# Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
-#   fill-column: 100
-# End:
-# vim: expandtab shiftwidth=4:


More information about the parrot-commits mailing list