aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jeremy.kerr@canonical.com>2012-06-13 14:28:57 +0800
committerJeremy Kerr <jeremy.kerr@canonical.com>2012-06-13 14:28:57 +0800
commit8e14f3998037cb2d485a481a342c26f3c491b2a1 (patch)
tree7c2d8bbee0839356181b584e74cdcbb831bb246d
parent59641438fb04f36952f4374bd137911ae8149964 (diff)
downloadsbsigntools-8e14f3998037cb2d485a481a342c26f3c491b2a1.tar.gz
docs: Add simple manpage for sbattach
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
-rw-r--r--Makefile.am4
-rw-r--r--docs/sbattach.1.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0494292..a3e6ef2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,9 +21,9 @@ sbattach_SOURCES = sbattach.c $(common_SOURCES)
sbattach_LDADD = $(common_LDADD)
sbattach_CFLAGS = $(AM_CFLAGS) $(common_CFLAGS)
-man1_MANS = docs/sbsign.1 docs/sbverify.1
+man1_MANS = docs/sbsign.1 docs/sbverify.1 docs/sbattach.1
-EXTRA_DIST = docs/sbsign.1.in docs/sbverify.1.in
+EXTRA_DIST = docs/sbsign.1.in docs/sbverify.1.in docs/sbattach.1.in
CLEANFILES = $(man1_MANS)
$(top_builddir)/docs/%.1: $(srcdir)/docs/%.1.in $(top_builddir)/%
diff --git a/docs/sbattach.1.in b/docs/sbattach.1.in
new file mode 100644
index 0000000..8b27170
--- /dev/null
+++ b/docs/sbattach.1.in
@@ -0,0 +1,2 @@
+[name]
+sbattach - UEFI secure boot detached signature tool