ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit e8b61e9b7ee779ddec9372585c6d3f379cef3ebe
parent 6c19de185a77909c0573da214c07d88730c85918
Author: sin <sin@2f30.org>
Date:   Mon, 14 Apr 2014 15:19:52 +0100

Add manpages to Makefile

Diffstat:
MMakefile | 32++++++++++++++++++++++++++++++--
1 file changed, 30 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -57,12 +57,40 @@ MAN1 = \ chvt.1 \ clear.1 \ df.1 \ - eject.1 + dmesg.1 \ + eject.1 \ + fallocate.1 \ + free.1 \ + id.1 \ + mknod.1 \ + mountpoint.1 \ + pagesize.1 \ + pidof.1 \ + ps.1 \ + stat.1 \ + su.1 \ + truncate.1 \ + unshare.1 \ + uptime.1 \ + watch.1 \ + who.1 MAN8 = \ + ctrlaltdel.8 \ + getty.8 \ halt.8 \ + insmod.8 \ + killall5.8 \ lsmod.8 \ - lsusb.8 + lsusb.8 \ + mkswap.8 \ + mount.8 \ + pivot_root.8 \ + rmmod.8 \ + swapoff.8 \ + swapon.8 \ + switch_root.8 \ + umount.8 OBJ = $(SRC:.c=.o) $(LIB) BIN = $(SRC:.c=)