diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-02 23:40:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-02 23:40:08 +0000 |
commit | 94bdecf9800c3bee967274854f7adf2933ffd42b (patch) | |
tree | daa2e4b32740e662f0579d985449e4e1cb959cf2 /Makefile.SH | |
parent | 1261cc665d8da384eea849e859a193f6cac04920 (diff) | |
download | perl-94bdecf9800c3bee967274854f7adf2933ffd42b.tar.gz |
Simon's new perlapi scheme, I hope I got all the pieces.
p4raw-id: //depot/perl@14029
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0ee560b69e..d617fc1197 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -819,6 +819,7 @@ regen_headers: FORCE -perl bytecode.pl -perl regcomp.pl -perl warnings.pl + -perl autodoc.pl regen_pods: FORCE -cd pod; $(LDLIBPTH) make regen_pods |