Add a manpage for superiotool (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@2832 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2007-10-07 15:26:40 +00:00
parent 8a9c03f0de
commit 09203573c1
2 changed files with 60 additions and 0 deletions

View File

@@ -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