blob: 6a8de9a75035ff5181495818aa2e34a3f7ca0ad0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2007 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
#
# $Header$
include ../../makedefs.mak
all:
echo "CLIXBY (adj.) Politely rude. Bliskly vague. Firmly uninformative."
dist:
mkdir -p ../../$(distdir)/src/epkginfo
cp Makefile epkginfo epkginfo.1 ../../$(distdir)/src/epkginfo/
install:
install -m 0755 epkginfo $(bindir)/
install -m 0644 epkginfo.1 $(mandir)/
|