Ryujinx-GtkSharp/doc/makefile
John Luke 0f39800bff 2003-09-20 John Luke <jluke@cfl.rr.com>
* makefile: mwh's update target
	* en/Gnome/AppBar.xml: documented
	* en/Gnome/App.xml: half documented
	* en/Gnome/Entry.xml: half documented
	* en/Gnome/Window.xml: add some info

svn path=/trunk/gtk-sharp/; revision=18203
2003-09-20 06:45:35 +00:00

27 lines
771 B
Makefile

prefix=/usr
BROWSER=../../monodoc/browser/browser.exe
ASSEMBLER=../../monodoc/browser/assembler.exe
UPDATER=../../monodoc/generator/updater.exe
DIRS=glib pango atk gdk gtk glade art gnome gda gnomedb gconf/GConf gconf/GConf.PropertyEditors rsvg
all: gtk-sharp-docs.zip gtk-sharp-docs.tree
b:
mono --debug $(BROWSER)
gtk-sharp-docs.zip gtk-sharp-docs.tree: en/*/*.xml
mono $(ASSEMBLER) --ecma en -o gtk-sharp-docs
update:
for i in $(DIRS); do \
mono $(UPDATER) ../$$i/*.dll -o ./en -f || exit 1; \
done
install: gtk-sharp-docs.zip gtk-sharp-docs.tree
install -m 644 gtk-sharp-docs.zip gtk-sharp-docs.tree `monodoc --get-sourcesdir`
install -m 644 gtk-sharp-docs.source `monodoc --get-sourcesdir`
clean:
rm -f *.tree
rm -f *zip