GtkSharp/doc/makefile
Duncan Mak 67579ea128 * makefile: the docs target is dangerous, remove it by
default. Also, remove the -f flag, so even if we do run it, it
won't overwrite files, by default.

* en/Gtk/AccelGroup.xml: From Raphael Schmid
<raphael.schmid@gmx.de>, with edits.

svn path=/trunk/gtk-sharp/; revision=11861
2003-02-23 09:11:59 +00:00

32 lines
766 B
Makefile

LIBDIR=/usr/lib
BROWSER=../../monodoc/browser/browser.exe
ASSEMBLER=../../monodoc/browser/assembler.exe
GENERATOR=../../monodoc/generator/generator.exe
all: tree
b:
mono --debug $(BROWSER)
tree:
mono $(ASSEMBLER) --ecma en/ -o documentation
docs: glib pango atk gtk gdk gnome glade
glib:
mono --debug $(GENERATOR) $(LIBDIR)/glib-sharp.dll -o en
pango:
mono --debug $(GENERATOR) $(LIBDIR)/pango-sharp.dll -o en
atk:
mono --debug $(GENERATOR) $(LIBDIR)/atk-sharp.dll -o en
gtk:
mono --debug $(GENERATOR) $(LIBDIR)/gtk-sharp.dll -o en
gdk:
mono --debug $(GENERATOR) $(LIBDIR)/gdk-sharp.dll -o en
gnome:
mono --debug $(GENERATOR) $(LIBDIR)/gnome-sharp.dll -o en
glade:
mono --debug $(GENERATOR) $(LIBDIR)/glade-sharp.dll -o en
clean:
rm *.tree
rm *zip