Hello, Seems like I neglected the Makefile while adding the switch_root manpage. This is now fixed.
Cheers FRIGN -- FRIGN <[email protected]>
>From 9f879f375a8580c8d3796c08a3104605385d6930 Mon Sep 17 00:00:00 2001 From: FRIGN <[email protected]> Date: Mon, 14 Apr 2014 16:11:38 +0200 Subject: [PATCH] Add switch_root.8 to the Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e9d26e..3b89fb9 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,8 @@ MAN1 = \ MAN8 = \ halt.8 \ lsmod.8 \ - lsusb.8 + lsusb.8 \ + switch_root.8 OBJ = $(SRC:.c=.o) $(LIB) BIN = $(SRC:.c=) -- 1.8.3.2
