GtkSharp/doc/makefile
Duncan Mak 385e4293d0 Add a makefile and a README
svn path=/trunk/gtk-sharp/; revision=11586
2003-02-14 19:59:31 +00:00

15 lines
233 B
Makefile

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