summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2018-04-29 18:13:03 -0700
committerRuss Allbery <rra@cpan.org>2018-04-29 18:13:03 -0700
commitf751e1a9f02bd93aad1ec5fa571db07a58b34a54 (patch)
tree61712a9a2ca0a29cc9e6b5186680759330cd3021 /share
parentb45f8cf4c81117885bb3d47ce069f081fa21648f (diff)
Fix README formatting with bootstrap documentation
Fix formatting bug in the README template when additional bootstrap documentation is provided.
Diffstat (limited to 'share')
-rw-r--r--share/templates/readme.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/readme.tmpl b/share/templates/readme.tmpl
index 9f6d3bf..642712f 100644
--- a/share/templates/readme.tmpl
+++ b/share/templates/readme.tmpl
@@ -26,8 +26,8 @@ REQUIREMENTS
configure.ac or any of the m4 files it includes and need to regenerate
configure or config.h.in, you will need Autoconf [% build.autoconf %] or
later.[% IF build.manpages %] Perl is also required to generate manual
- pages from a fresh Git checkout.
- [% END %][% IF bootstrap %][% indent(to_text(bootstrap), 2) %][% END %]
+ pages from a fresh Git checkout.[% END %][% IF bootstrap %]
+[% indent(to_text(bootstrap), 2) %][% END %]
[% END %][% IF build.type == 'Module::Build' %]
BUILDING AND INSTALLATION