diff options
| author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-22 04:29:12 -0700 |
|---|---|---|
| committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-22 04:35:11 -0700 |
| commit | 81c73cae27a5602fbe4134e47de2663af85f1e99 (patch) | |
| tree | a2fd252c1ede8c49bfc09ffa1260049808205496 /ebump/Makefile | |
| parent | 9ffefd66e618155ffb479cd1dbce9c3afe9a9ea4 (diff) | |
| download | gentoolkit-81c73cae27a5602fbe4134e47de2663af85f1e99.tar.gz | |
Initial import of remaining gentoolkit-dev packages
Unable to merge due to confilts in history, removed gnetoolkit paths in gentoolkit-dev...
So do a basic new files commit instead.
For the previous history of the different packages, refer to the gentoolkit-dev branch.
Diffstat (limited to 'ebump/Makefile')
| -rw-r--r-- | ebump/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ebump/Makefile b/ebump/Makefile new file mode 100644 index 0000000..61afab3 --- /dev/null +++ b/ebump/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 + +.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)/ |
