new overwrite family of targets. Use these for

removing deprecated nodes, instead of just leaving them tagged
with an attribute.

svn path=/trunk/gtk-sharp/; revision=12839
This commit is contained in:
Duncan Mak 2003-03-26 00:38:09 +00:00
parent 1f4caa729e
commit 4002b3d9f1
2 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2003-03-25 Duncan Mak <duncan@ximian.com>
* makefile: new overwrite family of targets. Use these for
removing deprecated nodes, instead of just leaving them tagged
with an attribute.
2003-03-25 Lee Mallabone <mono-docs@fonicmonkey.net>
* en/Gtk/Calendar.xml: First draft docs, still need a little work.

View File

@ -27,7 +27,24 @@ gnome:
mono --debug $(UPDATER) $(LIBDIR)/gnome-sharp.dll -o en
glade:
mono --debug $(UPDATER) $(LIBDIR)/glade-sharp.dll -o en
overwrite: glib_overwrite pango_overwrite atk_overwrite gtk_overwrite gdk_overwrite gnome_overwrite glade_overwrite
glib_overwrite:
mono --debug $(UPDATER) $(LIBDIR)/glib-sharp.dll -o en -f
pango_overwrite:
mono --debug $(UPDATER) $(LIBDIR)/pango-sharp.dll -o en -f
atk_overwrite:
mono --debug $(UPDATER) $(LIBDIR)/atk-sharp.dll -o en -f
gtk_overwrite:
mono --debug $(UPDATER) $(LIBDIR)/gtk-sharp.dll -o en -f
gdk_overwrite:
mono --debug $(UPDATER) $(LIBDIR)/gdk-sharp.dll -o en -f
gnome_overwrite:
mono --debug $(UPDATER) $(LIBDIR)/gnome-sharp.dll -o en -f
glade_overwrite:
mono --debug $(UPDATER) $(LIBDIR)/glade-sharp.dll -o en -f
clean:
rm *.tree
rm *zip