aboutsummaryrefslogtreecommitdiff
blob: 1d9b28445a93be05ff90a04dd7f3b987e384c208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2006 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
#
# $Header$

include ../../makedefs.mak

all:
	echo "ELY (n.) The first, tiniest inkling you get that something, somewhere, has gone terribly wrong."

dist:
	mkdir -p ../../$(distdir)/src/eread
	cp AUTHORS Makefile eread eread.1 ../../$(distdir)/src/eread/

install:

	install -m 0755 eread $(bindir)/
	install -d $(docdir)/eread
	install -m 0644 AUTHORS $(docdir)/eread/
	install -m 0644 eread.1 $(mandir)/