More adjustments
authorErik Andersen <andersen@codepoet.org>
Fri, 7 Jan 2000 18:33:06 +0000 (18:33 -0000)
committerErik Andersen <andersen@codepoet.org>
Fri, 7 Jan 2000 18:33:06 +0000 (18:33 -0000)
 -Erik

Makefile
docs/CommandList [moved from CommandList with 100% similarity]

index 6f49f0a..f1f25cd 100644 (file)
--- 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)) 
 
 
similarity index 100%
rename from CommandList
rename to docs/CommandList