aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-20 16:01:39 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-20 16:19:48 +0100
commitb294eef2d5f83de97439b4fa37f020c3b9f636b4 (patch)
tree1da4f471a6b82a40ec0f5585f97179ce5d0d6ad1 /Makefile
parent3e840a66ade625c6f2576edd65f59ae1b7e595d3 (diff)
downloadsds-b294eef2d5f83de97439b4fa37f020c3b9f636b4.tar.xz
Update manpages for rename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01e9925..08a81b8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC = clang
SOURCES = test/twbctf.c src/yasl.c
HEADERS = test/twbctf.h src/yasl.h
-MANPAGES = docs/sds.3 docs/sdsnew.3 docs/sdsfree.3
+MANPAGES = docs/yasl.3 docs/yaslnew.3 docs/yaslfree.3
all: yasl-test $(MANPAGES)