summaryrefslogtreecommitdiff
path: root/trunk/src/echangelog
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2004-01-07 12:21:21 +0000
committerkarltk <karltk@gentoo.org>2004-01-07 12:21:21 +0000
commitae60b4b979ee95fc7e7899f12b200b490d05cd4d (patch)
tree84a7424200284f4e5e8b346973b0fb4cb71f04c3 /trunk/src/echangelog
parent5e92cdde0da6b22317180df50708a6db083e273d (diff)
downloadgentoolkit-ae60b4b979ee95fc7e7899f12b200b490d05cd4d.tar.gz
New build system
svn path=/; revision=47
Diffstat (limited to 'trunk/src/echangelog')
-rw-r--r--trunk/src/echangelog/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/trunk/src/echangelog/Makefile b/trunk/src/echangelog/Makefile
new file mode 100644
index 0000000..c22ff68
--- /dev/null
+++ b/trunk/src/echangelog/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
+
+all:
+ echo "DUNCRAGGON (n.) The name of Charles Bronson's retirement cottage."
+
+dist:
+ mkdir -p ../../$(distdir)/src/echangelog/
+ cp {AUTHORS,README,TODO,ChangeLog,echangelog,echangelog.1} ../../$(distdir)/src/echangelog/
+
+install:
+ install -m 0755 echangelog $(bindir)/
+ install -d $(docdir)/echangelog
+ install -m 0644 {AUTHORS,README} $(docdir)/echangelog/
+ install -m 0644 echangelog.1 $(mandir)/