diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-16 21:07:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-16 21:07:47 +0200 |
commit | 0eee17bddb6e870a41bb0184c2264f047a7cc51e (patch) | |
tree | bea49a7240f1d3a8ac7c4c9e2bb02a965eb224c4 /Makefile | |
parent | man5 (diff) | |
download | bus-0eee17bddb6e870a41bb0184c2264f047a7cc51e.tar.gz bus-0eee17bddb6e870a41bb0184c2264f047a7cc51e.tar.bz2 bus-0eee17bddb6e870a41bb0184c2264f047a7cc51e.tar.xz |
man7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,11 +11,12 @@ VERSION = 1.0 all: bus doc doc: man -man: man1 man5 +man: man1 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 man5: bin/bus.5 +man7: bin/libbus.7 bin/%.1: doc/%.1 @echo SED $@ |