File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 24
24
@echo " Starting local server…"
25
25
perl app.pl daemon
26
26
27
- clean :
28
- rm -rf html/* .html html/.* .html html/routine/ html/type/ html/op/ html/language/ html/syntax/ html/images/type-graph * html/js/search.js
27
+ clean-html :
28
+ rm -rf html/* .html html/.* .html html/routine/ html/type/ html/op/ html/language/ html/syntax/
29
29
30
+ clean-images :
31
+ rm -f html/images/type-graph*
32
+
33
+ clean-search :
34
+ rm html/js/search.js
35
+
36
+ clean : clean-html clean-images clean-search
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ and <a href="/language/faq">FAQs (Frequently Asked Questions)</a>.</p>
55
55
You may also be interested in the Perl 6 <a href="https://design.perl6.org">design documents</a>,
56
56
which are in some places more complete than this documentation, but targeted
57
57
toward compiler writers rather than users of the language.
58
- Documentation for the different but related <a href="http ://perl.org/">Perl 5</a> language
58
+ Documentation for the different but related <a href="https ://www. perl.org/">Perl 5</a> language
59
59
can be found on the <a href="http://perldoc.perl.org/">Perl 5 documentation website</a>.
60
60
</p>
61
61
=end Html
Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ sub write-index-files() {
738
738
p2h(extract-pod(' doc/404.pod' ),
739
739
pod-path => ' 404.pod' );
740
740
741
- # sort prorams index by file name to allow author control of order
741
+ # sort programs index by file name to allow author control of order
742
742
say ' Writing html/programs.html ...' ;
743
743
spurt ' html/programs.html' , p2h(pod-with-title(
744
744
' Perl 6 Programs Documentation' ,
You can’t perform that action at this time.
0 commit comments