summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pym/gentoolkit/ekeyword/Makefile18
-rw-r--r--pym/gentoolkit/ekeyword/meson.build1
2 files changed, 0 insertions, 19 deletions
diff --git a/pym/gentoolkit/ekeyword/Makefile b/pym/gentoolkit/ekeyword/Makefile
deleted file mode 100644
index 1219d19..0000000
--- a/pym/gentoolkit/ekeyword/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright 2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-include ../../makedefs.mak
-
-.PHONY: all clean dist
-all:
-
-dist:
- mkdir -p ../../$(DISTDIR)/src/ekeyword
- cp Makefile AUTHORS README ekeyword.py ekeyword_unittest.py \
- ../../$(DISTDIR)/src/ekeyword/
-
-install: all
- install -m 0755 ekeyword.py $(BINDIR)/ekeyword
- install -d $(DOCDIR)/ekeyword
- install -m 0644 AUTHORS README $(DOCDIR)/ekeyword/
diff --git a/pym/gentoolkit/ekeyword/meson.build b/pym/gentoolkit/ekeyword/meson.build
index f4f86f8..92b68eb 100644
--- a/pym/gentoolkit/ekeyword/meson.build
+++ b/pym/gentoolkit/ekeyword/meson.build
@@ -16,7 +16,6 @@ py.install_sources(
install_data(
[
- 'Makefile',
'README',
'pytest.ini',
],