From 09203573c158ed3d46d7ee93beb33ec069475a73 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 7 Oct 2007 15:26:40 +0000 Subject: Add a manpage for superiotool (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2832 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/superiotool/Makefile') diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 1491075e7f..e8ba258682 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -37,6 +37,8 @@ $(PROGRAM): $(OBJS) superiotool.h install: $(PROGRAM) $(INSTALL) $(PROGRAM) $(PREFIX)/bin + mkdir -p $(PREFIX)/share/man/man8 + $(INSTALL) $(PROGRAM).8 $(PREFIX)/share/man/man8 clean: rm -f $(PROGRAM) *.o -- cgit v1.2.3