From 9b5c0b7611d706a1ff4b7747171a4c044bcd0378 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 7 Jan 2000 18:33:06 +0000 Subject: [PATCH] More adjustments -Erik --- Makefile | 2 +- CommandList => docs/CommandList | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename CommandList => docs/CommandList (100%) diff --git a/Makefile b/Makefile index 6f49f0a52..f1f25cd43 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,6 @@ install: busybox busybox.links dist: release release: distclean - (cd .. ; rm -rf busybox-$(VERSION) ; cp -a busybox busybox-$(VERSION); rm -rf busybox-$(VERSION)/CVS busybox-$(VERSION)/.cvsignore ; tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)) + (cd .. ; rm -rf busybox-$(VERSION) ; cp -a busybox busybox-$(VERSION); rm -rf busybox-$(VERSION)/CVS busybox-$(VERSION)/scripts/CVS busybox-$(VERSION)/docs/CVS busybox-$(VERSION)/.cvsignore ; tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)) diff --git a/CommandList b/docs/CommandList similarity index 100% rename from CommandList rename to docs/CommandList