docs: Add simple manpage for sbattach
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
parent
59641438fb
commit
8e14f39980
2 changed files with 4 additions and 2 deletions
|
@ -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)/%
|
||||
|
|
2
docs/sbattach.1.in
Normal file
2
docs/sbattach.1.in
Normal file
|
@ -0,0 +1,2 @@
|
|||
[name]
|
||||
sbattach - UEFI secure boot detached signature tool
|
Loading…
Reference in a new issue