diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-07-10 15:34:00 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-10 15:34:00 +0200 |
commit | 52a9d53bdd6a4845c7ec443f355db3a9a43c6918 (patch) | |
tree | fd8361c78028686b1905adc1f1e3bb809b415f3b /autodoc.pl | |
parent | e6a378f2226d4d68c3068afc27d3476859938e7b (diff) | |
download | perl-52a9d53bdd6a4845c7ec443f355db3a9a43c6918.tar.gz |
Update comment in autodoc.pl - it's not run from regen.pl
This should have been done as part of commit 22b7b87b206c3e0c.
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autodoc.pl b/autodoc.pl index 1ef62b52a4..bff2094a54 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -13,8 +13,7 @@ # Has an optional arg, which is the directory to chdir to before reading # MANIFEST and *.[ch]. # -# This script is normally invoked as part of 'make all', but is also -# called from regen.pl. +# This script is invoked as part of 'make all' # # '=head1' are the only headings looked for. If the next line after the # heading begins with a word character, it is considered to be the first line |