From 62f33ae7e0e2df49cdbc96d383aaff4497018a13 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 10 Feb 2012 09:35:02 -1000 Subject: [PATCH] Moved some files into their right locations --- test/{ => input}/divzero.dat | 0 test/{ => input}/spaces.dat | 0 {doc => tools}/cleanup.sh | 0 {doc => tools}/gendocs.sh | 0 {doc => tools}/spellcheck.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/{ => input}/divzero.dat (100%) rename test/{ => input}/spaces.dat (100%) rename {doc => tools}/cleanup.sh (100%) rename {doc => tools}/gendocs.sh (100%) rename {doc => tools}/spellcheck.sh (100%) diff --git a/test/divzero.dat b/test/input/divzero.dat similarity index 100% rename from test/divzero.dat rename to test/input/divzero.dat diff --git a/test/spaces.dat b/test/input/spaces.dat similarity index 100% rename from test/spaces.dat rename to test/input/spaces.dat diff --git a/doc/cleanup.sh b/tools/cleanup.sh similarity index 100% rename from doc/cleanup.sh rename to tools/cleanup.sh diff --git a/doc/gendocs.sh b/tools/gendocs.sh similarity index 100% rename from doc/gendocs.sh rename to tools/gendocs.sh diff --git a/doc/spellcheck.sh b/tools/spellcheck.sh similarity index 100% rename from doc/spellcheck.sh rename to tools/spellcheck.sh