diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-10-31 05:40:04 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-10-31 05:40:04 +0000 |
commit | 50f37b0f9bc29e7522acabb4bb7c881423f3c24e (patch) | |
tree | 85d2f79ebb1f1a55d7acf95d75dca05c89543f0c /util/nvramtool/Makefile | |
parent | 70c793ce2844e45779f9307332aa90ab17cfdf63 (diff) |
Move the nvramtool manpage to section 8 (as it's only really usable as root),
as we've done with the superiotool and flashrom manpages, too (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3714 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/nvramtool/Makefile')
-rw-r--r-- | util/nvramtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile index 6feea95eae..f07ed7e943 100644 --- a/util/nvramtool/Makefile +++ b/util/nvramtool/Makefile @@ -36,7 +36,7 @@ dep: install: $(PROGRAM) $(INSTALL) $(PROGRAM) $(PREFIX)/sbin mkdir -p $(PREFIX)/share/man/man1 - $(INSTALL) $(PROGRAM).1 $(PREFIX)/share/man/man1 + $(INSTALL) $(PROGRAM).8 $(PREFIX)/share/man/man8 .PHONY: all clean distclean dep |