summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-12-24 20:34:13 -0800
committerRuss Allbery <rra@cpan.org>2020-12-24 20:34:13 -0800
commit9b195fa290a9ac36de65c728ed99573fc011bf48 (patch)
treeb34b3eb10507b69d994550c7647a162b0b555350 /share
parent9c0501744d0af646585c6bd9aba2f0db1c81e3c6 (diff)
Move bootstrap to build.bootstrap
Move bootstrap metadata to build.bootstrap now that everything can be specified in a single YAML file.
Diffstat (limited to 'share')
-rw-r--r--share/schema/docknot.yaml4
-rw-r--r--share/templates/readme-md.tmpl4
-rw-r--r--share/templates/readme.tmpl4
-rw-r--r--share/templates/thread.tmpl4
4 files changed, 8 insertions, 8 deletions
diff --git a/share/schema/docknot.yaml b/share/schema/docknot.yaml
index f7ae6f1..1444cf3 100644
--- a/share/schema/docknot.yaml
+++ b/share/schema/docknot.yaml
@@ -23,8 +23,6 @@ mapping:
blurb:
type: text
required: true
- bootstrap:
- type: text
build:
type: map
mapping:
@@ -34,6 +32,8 @@ mapping:
type: text
autotools:
type: bool
+ bootstrap:
+ type: text
cplusplus:
type: bool
gssapi:
diff --git a/share/templates/readme-md.tmpl b/share/templates/readme-md.tmpl
index 70ec7fd..e375c02 100644
--- a/share/templates/readme-md.tmpl
+++ b/share/templates/readme-md.tmpl
@@ -35,8 +35,8 @@ and need to regenerate Makefile.in, you will need Automake
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 %]
-[% bootstrap %][% END %]
+pages from a fresh Git checkout.[% END %][% IF build.bootstrap %]
+[% build.bootstrap %][% END %]
[% END %][% IF build.type == 'Module::Build' %]
## Building and Installation
diff --git a/share/templates/readme.tmpl b/share/templates/readme.tmpl
index 9ba57d6..2decc6a 100644
--- a/share/templates/readme.tmpl
+++ b/share/templates/readme.tmpl
@@ -31,8 +31,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 build.bootstrap %]
+[% indent(to_text(build.bootstrap), 2) %][% END %]
[% END %][% IF build.type == 'Module::Build' %]
BUILDING AND INSTALLATION
diff --git a/share/templates/thread.tmpl b/share/templates/thread.tmpl
index 0daeb35..8884d6f 100644
--- a/share/templates/thread.tmpl
+++ b/share/templates/thread.tmpl
@@ -92,8 +92,8 @@ need to regenerate Makefile.in, you will need Automake
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 %]
-[% to_thread(bootstrap) %][% END %]
+pages from a fresh Git checkout.[% END %][% IF build.bootstrap %]
+[% to_thread(build.bootstrap) %][% END %]
[% END %]
\h2[Download]