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

include ../../makedefs.mak

all:

dist:
	mkdir -p ../../$(distdir)/src/eclean
	cp eclean eclean.1 Makefile *.exclude ../../$(distdir)/src/eclean
	cp AUTHORS THANKS TODO ChangeLog ../../$(distdir)/src/eclean

install:
	install -m 0755 eclean $(bindir)/
	ln -sf eclean $(bindir)/eclean-pkg
	ln -sf eclean $(bindir)/eclean-dist
	install -d $(sysconfdir)/eclean
	install -m 0644 distfiles.exclude packages.exclude $(sysconfdir)/eclean/
	install -d $(docdir)/eclean
	install -m 0644 AUTHORS THANKS TODO ChangeLog $(docdir)/eclean/
	install -m 0644 eclean.1 $(mandir)/