aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-17 00:42:04 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-17 00:42:04 +0200
commit4d7037fc66497560abf736786f1ce4cf14106586 (patch)
treeaaa76894627796bb79a599db2636e536674003bf /Makefile
parentm libbus.7: future direction (diff)
downloadbus-4d7037fc66497560abf736786f1ce4cf14106586.tar.gz
bus-4d7037fc66497560abf736786f1ce4cf14106586.tar.bz2
bus-4d7037fc66497560abf736786f1ce4cf14106586.tar.xz
add man3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9738f3..8b47b30 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,11 @@ VERSION = 1.0
all: bus doc
doc: man
-man: man1 man5 man7
+man: man1 man3 man5 man7
bus: bin/bus bin/libbus.so.$(LIB_VERSION) bin/libbus.so.$(LIB_MAJOR) bin/libbus.so bin/libbus.a
man1: bin/bus.1 bin/bus-broadcast.1 bin/bus-create.1 bin/bus-listen.1 bin/bus-remove.1 bin/bus-wait.1
+man3: bin/bus_create.3 bin/bus_unlink.3 bin/bus_open.3 bin/bus_close.3 bin/bus_read.3 bin/bus_write.3
man5: bin/bus.5
man7: bin/libbus.7