From e7618f658136cf903c671209f995ae50a0c85bf2 Mon Sep 17 00:00:00 2001 From: angel Date: Sun, 12 Feb 2006 15:57:28 +0000 Subject: [PATCH] Added a document index. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@886 c87de0a0-a11c-0410-a1e5-866214bc28b2 --- doc/index.txt | 22 ++++++++++++++++++++++ makefile.in | 1 + 2 files changed, 23 insertions(+) create mode 100644 doc/index.txt diff --git a/doc/index.txt b/doc/index.txt new file mode 100644 index 0000000..cae14e9 --- /dev/null +++ b/doc/index.txt @@ -0,0 +1,22 @@ +Ann Hell Ex Machina +=================== + +Scripting language +------------------ + + - Section I: ./language.html (Basic Commands). + - Section II: ./language2.html (Extended Commands). + +APIs +---- + + - ./annhell_api.html (C Language API). + +External links +-------------- + + - http://en.wikipedia.org/wiki/Key_signature (Key signatures) (tonalities) in Wikipedia. + - http://www.midi.org/about-midi/gm/gm1sound.shtml (General MIDI information). + +----- +Angel Ortega diff --git a/makefile.in b/makefile.in index e752409..a594501 100644 --- a/makefile.in +++ b/makefile.in @@ -66,6 +66,7 @@ docs: -a 'Angel Ortega - angel@triptico.com' -grutatxt -i doc/language.txt -o doc/language.html -grutatxt -i doc/language2.txt -o doc/language2.html + -grutatxt -i doc/index.txt -o doc/index.html docsclean: rm -f doc/*.html -- 2.11.4.GIT