diff options
Diffstat (limited to 'trunk/src/ego/Makefile')
-rw-r--r-- | trunk/src/ego/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/trunk/src/ego/Makefile b/trunk/src/ego/Makefile deleted file mode 100644 index b27a2cb..0000000 --- a/trunk/src/ego/Makefile +++ /dev/null @@ -1,18 +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 - -all: - -dist: - mkdir -p ../../$(distdir)/src/ego/ - cp Makefile AUTHORS README TODO ChangeLog ego ../../$(distdir)/src/ego/ - -install: all - install -d $(docdir)/ego - install -m 0644 AUTHORS README ego $(docdir)/ego/ - |