Added LAYOUT, which describes file locations.
[tlb/tomd.git] / LAYOUT
diff --git a/LAYOUT b/LAYOUT
new file mode 100644 (file)
index 0000000..d59048c
--- /dev/null
+++ b/LAYOUT
@@ -0,0 +1,16 @@
+METHODS OF THE MADNESS
+
+This repository has both C and Guile sources within, along with any
+number of support scripts and tooling. The layout should look like
+this:
+
+* top level directory *
+- COPYING  | latest GPL copy 
+- LAYOUT   | this file
+- Makefile | all global targets
+- README   | general project information
+- include/ | c headers
+- src/     | c code
+- guile/   | guile code
+- tests/   | test cases
+- tools/   | all support tooling
\ No newline at end of file