aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-18 21:24:08 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-19 00:17:52 +0100
commit81d3a025256f2634a51a226df28ae40fafb50de6 (patch)
tree40231b92b8220a4d0cf1deb0142ed168bdbddad9 /Makefile
parent275743751cc0ce2914ae1958926ff569dceea6c3 (diff)
downloadsds-81d3a025256f2634a51a226df28ae40fafb50de6.tar.xz
man: Add initial sdsnew(3) manpage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2582aa9..cf14213 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CC = clang
SOURCES = src/twbctf.c src/sds.c
HEADERS = src/twbctf.h src/sds.h
-MANPAGES = docs/sds.3
+MANPAGES = docs/sds.3 docs/sdsnew.3
all: sds-test $(MANPAGES)