From c819d146be6bce86d97019494173253e71b85d2f Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Tue, 5 May 2009 17:39:24 +0000 Subject: Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery svn path=/trunk/gentoolkit/; revision=589 --- trunk/src/etc-update/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 trunk/src/etc-update/Makefile (limited to 'trunk/src/etc-update/Makefile') diff --git a/trunk/src/etc-update/Makefile b/trunk/src/etc-update/Makefile deleted file mode 100644 index 95838ad..0000000 --- a/trunk/src/etc-update/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2004 Karl Trygve Kalleberg -# Copyright 2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# -# $Header$ - -include ../../makedefs.mak - -all: - echo "PAPPLE (vb.) To do what babies do to soup with their spoons." - -dist: - mkdir -p ../../$(distdir)/src/etc-update - cp Makefile AUTHORS README TODO ChangeLog etc-update etc-update.1 ../../$(distdir)/src/etc-update/ - -install: - install -m 0755 etc-update $(bindir)/ - install -d $(docdir)/etc-update - install -m 0644 AUTHORS ChangeLog README $(docdir)/etc-update/ - install -m 0644 etc-update.1 $(mandir)/ -- cgit v1.3