diff options
author | dequis <dx@dxzone.com.ar> | 2015-05-28 15:14:09 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-05-28 15:14:09 -0300 |
commit | d30444594e95471bb8da46789d791af53e1769f3 (patch) | |
tree | 6842355decd7c19efcfc7890f01c48dc442ad992 /Makefile | |
parent | 08a93231c04493e35e0a9d48fe142f81f6da1240 (diff) |
Makefile: don't call 'doc' target of skype...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |