Add a makefile and a README

svn path=/trunk/gtk-sharp/; revision=11586
This commit is contained in:
Duncan Mak 2003-02-14 19:59:31 +00:00
parent bab803685d
commit 385e4293d0
4 changed files with 26 additions and 0 deletions

4
doc/ChangeLog Normal file
View file

@ -0,0 +1,4 @@
2003-02-14 Duncan Mak <duncan@ximian.com>
* makefile: Added a makefile.
* all.xml: Indexer file for the doc browser.

4
doc/README Normal file
View file

@ -0,0 +1,4 @@
To run the doc browser on these docs, run 'make b'.
If it doesn't run, please change the paths in the makefile and point
ASSEMBLER and BROWSER to where you put your assembler.exe and browser.exe.

4
doc/all.xml Normal file
View file

@ -0,0 +1,4 @@
<?xml version="1.0"?>
<monodoc>
<source provider="ecma" base="documentation"/>
</monodoc>

14
doc/makefile Normal file
View file

@ -0,0 +1,14 @@
BROWSER=../../monodoc/browser/browser.exe
ASSEMBLER=../../monodoc/browser/assembler.exe
GENERATOR=generator.exe
all: tree
b:
mono --debug $(BROWSER)
tree:
mono $(ASSEMBLER) --ecma en/ -o documentation
clean:
rm *.tree
rm *zip