diff options
| author | karltk <karltk@gentoo.org> | 2004-01-07 12:21:21 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2004-01-07 12:21:21 +0000 |
| commit | ae60b4b979ee95fc7e7899f12b200b490d05cd4d (patch) | |
| tree | 84a7424200284f4e5e8b346973b0fb4cb71f04c3 /trunk/src/ekeyword/Makefile | |
| parent | 5e92cdde0da6b22317180df50708a6db083e273d (diff) | |
| download | gentoolkit-ae60b4b979ee95fc7e7899f12b200b490d05cd4d.tar.gz | |
New build system
svn path=/; revision=47
Diffstat (limited to 'trunk/src/ekeyword/Makefile')
| -rw-r--r-- | trunk/src/ekeyword/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/trunk/src/ekeyword/Makefile b/trunk/src/ekeyword/Makefile new file mode 100644 index 0000000..a3f901d --- /dev/null +++ b/trunk/src/ekeyword/Makefile @@ -0,0 +1,21 @@ +# 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 ../../makdefs.mak + +all: + echo "ALBACETE (AL-ba-seet n.) A single surprisingly long hair growing in the middle of nowhere." + +dist: + mkdir -p ../../$(distdir)/src/ekeyword + cp {AUTHORS,README,TODO,ChangeLog,ekeyword,ekeyword.1} ../../$(distdir)/src/ekeyword/ + +install: + install -m 0755 ekeyword $(bindir)/ + install -d $(docdir)/ekeyword + install -m 0644 {AUTHORS,README,TODO,ChangeLog} $(docdir)/ekeyword/ + install -m 0644 ekeyword.1 $(mandir)/ + |
