diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 16:01:39 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 16:19:48 +0100 |
commit | b294eef2d5f83de97439b4fa37f020c3b9f636b4 (patch) | |
tree | 1da4f471a6b82a40ec0f5585f97179ce5d0d6ad1 /Makefile | |
parent | 3e840a66ade625c6f2576edd65f59ae1b7e595d3 (diff) | |
download | sds-b294eef2d5f83de97439b4fa37f020c3b9f636b4.tar.xz |
Update manpages for rename
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |