aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9ec7fbd..3776678 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,13 @@
#
##
-all: man/mauveclient.1
+all: man man/mauveclient.1 man/mauveserver.1 man/mauveconsole.1
-man/%.1: bin/%
+man:
mkdir -p man
- ruby -I lib $< --help | txt2man -t $(notdir $<) -s 1 > $@; \
+
+man/%.1: bin/%
+ ruby -I lib $< --help | txt2man -t $(notdir $<) -s 1 > $@
clean:
$(RM) -r man