summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2016-12-23 16:36:42 -0800
committerRuss Allbery <rra@cpan.org>2016-12-23 16:36:42 -0800
commitf33892fcd640dd3f0cf968949651ab0d32ad3f76 (patch)
tree464d88595a37a26d47986a7883a65da997efb90a /share
parent7f5b8c8da1cb3dccb3ed9d1f02274682356993bd (diff)
Tweaks to the README.md template
Enclose make warnings and make in backticks, since they are command strings, and don't use "email" to refer to GitHub issues.
Diffstat (limited to 'share')
-rw-r--r--share/templates/readme-md.tmpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/share/templates/readme-md.tmpl b/share/templates/readme-md.tmpl
index 212bf40..8259ea3 100644
--- a/share/templates/readme-md.tmpl
+++ b/share/templates/readme-md.tmpl
@@ -125,8 +125,8 @@ GSS-API libraries, and `--with-gssapi-include` and `--with-gssapi-lib` can
be used to specify the exact paths, overriding any `krb5-config` results.
[% END %][% END %]
Pass `--enable-silent-rules` to configure for a quieter build (similar to
-the Linux kernel). Use make warnings instead of make to build with full
-GCC compiler warnings (requires a relatively current version of GCC).
+the Linux kernel). Use `make warnings` instead of `make` to build with
+full GCC compiler warnings (requires a relatively current version of GCC).
[% IF build.reduced_depends %]
You can pass the `--enable-reduced-depends` flag to configure to try to
minimize the shared library dependencies encoded in the binaries. This
@@ -182,8 +182,9 @@ For bug tracking, use the [issue tracker on
GitHub](https://github.com/[% support.github %]/issues).[% ELSE %]
I welcome bug reports and patches for this package at
[% support.email %].[% END %] However, please be aware that I tend to be
-extremely busy and work projects often take priority. I'll save your mail
-and get to it as soon as I can, but it may take me a couple of months.
+extremely busy and work projects often take priority. I'll save your
+report and get to it as soon as I can, but it may take me a couple of
+months.
## Source Repository