aboutsummaryrefslogtreecommitdiff
blob: 0021c7a302c9945d9522b5c85ef08b244fe0d039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org>
# Copyright 2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
#
# $Header$

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/