aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-05-28 15:14:09 -0300
committerdequis <dx@dxzone.com.ar>2015-05-28 15:14:09 -0300
commitd30444594e95471bb8da46789d791af53e1769f3 (patch)
tree6842355decd7c19efcfc7890f01c48dc442ad992 /Makefile
parent08a93231c04493e35e0a9d48fe142f81f6da1240 (diff)
Makefile: don't call 'doc' target of skype...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ad0f3b88..3fe4dcb8 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,6 @@ OUTFILE = bitlbee
subdirobjs = $(foreach dir,$(subdirs),$(dir)/$(dir).o)
all: $(OUTFILE) $(OTR_PI) $(SKYPE_PI) doc systemd
-ifdef SKYPE_PI
- $(MAKE) -C protocols/skype doc
-endif
doc:
ifdef DOC