aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2020-06-06 15:21:11 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2020-06-06 17:22:39 -0700
commite17dc20591236d21f086f16294ed691544cb6fc2 (patch)
tree4dbec25cb409b1846a399bdd0aaffc2a79ff0e87
parentff96a590466a1881d2203988fcc39b51af11c519 (diff)
downloadsbsigntools-e17dc20591236d21f086f16294ed691544cb6fc2.tar.gz
docs: add man page for sbkeysync
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--docs/Makefile.am5
-rw-r--r--docs/sbkeysync.1.in2
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 1b5a588..89ed110 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,8 +1,9 @@
-man1_MANS = sbsign.1 sbverify.1 sbattach.1 sbvarsign.1 sbsiglist.1
+man1_MANS = sbsign.1 sbverify.1 sbattach.1 sbvarsign.1 sbsiglist.1 \
+ sbkeysync.1
EXTRA_DIST = sbsign.1.in sbverify.1.in sbattach.1.in \
- sbvarsign.1.in sbsiglist.1.in
+ sbvarsign.1.in sbsiglist.1.in sbkeysync.1.in
CLEANFILES = $(man1_MANS)
$(builddir)/%.1: $(srcdir)/%.1.in $(top_builddir)/src/%
diff --git a/docs/sbkeysync.1.in b/docs/sbkeysync.1.in
new file mode 100644
index 0000000..00aa509
--- /dev/null
+++ b/docs/sbkeysync.1.in
@@ -0,0 +1,2 @@
+[name]
+sbkeysync - UEFI secure boot key synchronization tool