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/gentool | |
| parent | 5e92cdde0da6b22317180df50708a6db083e273d (diff) | |
| download | gentoolkit-ae60b4b979ee95fc7e7899f12b200b490d05cd4d.tar.gz | |
New build system
svn path=/; revision=47
Diffstat (limited to 'trunk/src/gentool')
| -rw-r--r-- | trunk/src/gentool/Makefile | 20 | ||||
| -rw-r--r-- | trunk/src/gentool/TODO | 0 |
2 files changed, 20 insertions, 0 deletions
diff --git a/trunk/src/gentool/Makefile b/trunk/src/gentool/Makefile new file mode 100644 index 0000000..a25a2b2 --- /dev/null +++ b/trunk/src/gentool/Makefile @@ -0,0 +1,20 @@ +# Copyright 2003 Karl Trygve Kalleberg <karltk@gentoo.org> +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# +# $Header$ + +include ../../makedefs.mak + +all: + echo "YADDLETHORPE (vb.) (Of offended pooves.) To exit huffily from a boutique." + +dist: + mkdir -p ../../$(distdir)/src/gentool/ + cp {AUTHORS,README,TODO,ChangeLog,gentool,gentool.1} ../../$(distdir)/src/gentool/ + +install: + install -m 0755 gentool $(bindir)/ + install -d $(docdir)/gentool + install -m 0644 {README,AUTHORS} $(docdir)/gentool/ + install -m 0644 gentool.1 $(mandir)/ diff --git a/trunk/src/gentool/TODO b/trunk/src/gentool/TODO new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/trunk/src/gentool/TODO |
