aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-03-22 04:33:29 -0700
committerBrian Dolbec <dolsen@gentoo.org>2017-03-22 04:35:14 -0700
commit57c019d74fb3ec3d60a4aca1393d974259c6ad2f (patch)
treed56789fa3b175701d79aa27bd4403fbc1b587713 /ebump/Makefile
parentInitial import of remaining gentoolkit-dev packages (diff)
downloadgentoolkit-57c019d74fb3ec3d60a4aca1393d974259c6ad2f.tar.gz
gentoolkit-57c019d74fb3ec3d60a4aca1393d974259c6ad2f.tar.bz2
gentoolkit-57c019d74fb3ec3d60a4aca1393d974259c6ad2f.zip
Initial move of ebump main files to new gentoolkit locations
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'ebump/Makefile')
-rw-r--r--ebump/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/ebump/Makefile b/ebump/Makefile
deleted file mode 100644
index 61afab3..0000000
--- a/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 ChangeLog ebump ebump.1 ../../$(DISTDIR)/src/ebump/
-
-install: all
- install -m 0755 ebump $(BINDIR)/
- install -d $(DOCDIR)/ebump
- install -m 0644 AUTHORS README ChangeLog $(DOCDIR)/ebump/
- install -m 0644 ebump.1 $(MAN1DIR)/