aboutsummaryrefslogtreecommitdiff
blob: 2ec1e3eb528593890bdef00909c4a25be084c4b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# Override this on command line when making a release, ie 'dist'
VERSION=9.9.9
RELEASE_TAG=

# python-config is not installed on all arches Bug #113386
PYVERSION="`LC_COLLATE=C; python -V 2>&1 | tr '[:upper:]' '[:lower:]' | sed -e 's/ //g;s/\([0-9]\.[0-9]\)\.[0-9]/\1/'`"
DESTDIR=

docdir=$(DESTDIR)/usr/share/doc/gentoolkit-dev-$(VERSION)$(RELEASE_TAG)
bindir=$(DESTDIR)/usr/bin
sbindir=$(DESTDIR)/usr/sbin
mandir=$(DESTDIR)/usr/share/man/man1
sysconfdir=$(DESTDIR)/etc

# skeletons
all:
clean: