diff options
| author | karltk <karltk@gentoo.org> | 2004-02-27 10:17:14 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2004-02-27 10:17:14 +0000 |
| commit | 95490bd11fabf4a616c72c41c14a93a4bbb60181 (patch) | |
| tree | 59bd02ff7cd77eae6551b2cce42bb071a2f66e56 /trunk/src/ebump/Makefile | |
| parent | bae7b3e9549d5c4fd55e93bc318d776908733ab7 (diff) | |
| download | gentoolkit-95490bd11fabf4a616c72c41c14a93a4bbb60181.tar.gz | |
Late commit...
svn path=/; revision=88
Diffstat (limited to 'trunk/src/ebump/Makefile')
| -rw-r--r-- | trunk/src/ebump/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/trunk/src/ebump/Makefile b/trunk/src/ebump/Makefile new file mode 100644 index 0000000..ec91deb --- /dev/null +++ b/trunk/src/ebump/Makefile @@ -0,0 +1,20 @@ +# 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 + +.PHONY: all +all: + +dist: + mkdir -p ../../$(distdir)/src/ebump/ + cp {Makefile,AUTHORS,README,TODO,ChangeLog,ebump,ebump.1} ../../$(distdir)/src/ebump/ + +install: all + install -m 0755 ebump $(bindir)/ + install -d $(docdir)/ebump + install -m 0644 {AUTHORS,README,TODO,ChangeLog} $(docdir)/ebump/ + install -m 0644 ebump.1 $(mandir)/ |
