aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/Makefile
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2018-04-19 10:23:08 +0200
committerMarius Halden <marius.h@lden.org>2018-04-19 10:23:08 +0200
commitdb02ac8971379f9fee2f3a618bb08b8076d1a83d (patch)
tree0e7d46bad6162509300aa73ae6d77e571a5b26d0 /protocols/skype/Makefile
parent6dc54671e368d03ed447d0fbd2d662af6c36b7fd (diff)
parent246b98bbdf221448fd7a638fea04373ed1612de5 (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/skype/Makefile')
-rw-r--r--protocols/skype/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/protocols/skype/Makefile b/protocols/skype/Makefile
deleted file mode 100644
index 95a134c6..00000000
--- a/protocols/skype/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
--include ../../Makefile.settings
-ifdef _SRCDIR_
-_SRCDIR_ := $(_SRCDIR_)protocols/skype/
-endif
-
-DATE := $(shell date +%Y-%m-%d)
-INSTALL = install
-
-all:
-clean:
-
-# take this from the kernel
-check:
- perl checkpatch.pl --show-types --ignore LONG_LINE,CAMELCASE --no-tree --file skype.c
-
-test: all
- ./test.py
-
-install-doc:
- $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
- $(INSTALL) -m644 $(_SRCDIR_)skyped.1 $(DESTDIR)$(MANDIR)/man1
-
-uninstall-doc:
- rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1*
-
-%.1: $(_SRCDIR_)%.txt $(_SRCDIR_)asciidoc.conf
- a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" -a bee_date=$(DATE) -f manpage $<