aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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