summaryrefslogtreecommitdiff
path: root/trunk/src/ebump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/ebump/Makefile')
-rw-r--r--trunk/src/ebump/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/trunk/src/ebump/Makefile b/trunk/src/ebump/Makefile
deleted file mode 100644
index aa1d347..0000000
--- a/trunk/src/ebump/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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)/