From d30444594e95471bb8da46789d791af53e1769f3 Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 28 May 2015 15:14:09 -0300 Subject: Makefile: don't call 'doc' target of skype... --- Makefile | 3 --- 1 file changed, 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 -- cgit v1.2.3