Initial Spring 2016 commit.
This commit is contained in:
17
man/libc/Makefile
Normal file
17
man/libc/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# Man pages for libraries
|
||||
|
||||
TOP=../..
|
||||
.include "$(TOP)/mk/os161.config.mk"
|
||||
|
||||
MANDIR=/man/libc
|
||||
MANFILES=\
|
||||
__vprintf.html abort.html assert.html atoi.html bzero.html \
|
||||
calloc.html err.html exit.html free.html getchar.html getcwd.html \
|
||||
index.html malloc.html memcpy.html memmove.html memset.html \
|
||||
printf.html putchar.html puts.html random.html realloc.html \
|
||||
setjmp.html snprintf.html stdarg.html strcat.html strchr.html \
|
||||
strcmp.html strcpy.html strerror.html strlen.html strrchr.html \
|
||||
strtok.html strtok_r.html system.html time.html warn.html
|
||||
|
||||
.include "$(TOP)/mk/os161.man.mk"
|
||||
|
Reference in New Issue
Block a user