summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2013-03-01 12:04:32 +0100
committerKarel Zak <kzak@redhat.com>2013-03-01 12:04:32 +0100
commit2b8b60e460dfb41b267288ff2c2cc2bcc48d48b5 (patch)
treeeeef74b51b4c7defcc6967dc289b5cbff6d41ff5 /Makefile.am
parent7ff1a70777dd2edc4628735d3f9ff961c962aafa (diff)
build-sys: move man page to section 8
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 16a013e..15981d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,10 +32,10 @@ CLEANFILES =
# gummiboot setup binary
#
bin_PROGRAMS = gummiboot
-dist_man_MANS = src/setup/gummiboot.1
+dist_man_MANS = src/setup/gummiboot.8
EXTRA_DIST += src/setup/gummiboot.xml
-CLEANFILES += src/setup/gummiboot.1
+CLEANFILES += src/setup/gummiboot.8
gummiboot_SOURCES = \
src/setup/setup.c \
@@ -51,7 +51,7 @@ gummiboot_CFLAGS = \
gummiboot_LDADD = \
$(BLKID_LIBS)
-%.1: %.xml
+%.8: %.xml
$(AM_V_GEN)xsltproc -o $@ --nonet \
--stringparam man.output.quietly 1 \
--stringparam man.th.extra1.suppress 1 \