summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2020-09-08 17:22:38 +0200
committerJean Delvare <jdelvare@suse.de>2020-09-08 17:22:38 +0200
commitcdb9eefc6426583c0a52997362b5250effe59926 (patch)
treeb8b42fcd0f369e0785357c7d7d7bb77d89d1f23d /Makefile
parenta235aabbffbe92553116c1e48da9225d12096afc (diff)
downloadi2c-tools-git-cdb9eefc6426583c0a52997362b5250effe59926.tar.gz
libi2c: Add a manual page to document the API
It is good practice for a library to come with a complete API description. Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc56383..e784921 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ PREFIX ?= /usr/local
bindir = $(PREFIX)/bin
sbindir = $(PREFIX)/sbin
mandir = $(PREFIX)/share/man
+man3dir = $(mandir)/man3
man8dir = $(mandir)/man8
incdir = $(PREFIX)/include
libdir = $(PREFIX)/lib