Make the path generic again, I forgot to revert the
last patch after Gonzalo checked in a temporary fix to Uri.cs. svn path=/trunk/gtk-sharp/; revision=11941
This commit is contained in:
parent
9ca9b4a738
commit
5f16ad9464
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-02-24 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* makefile: Make the path generic again, I forgot to revert the
|
||||
last patch after Gonzalo checked in a temporary fix to Uri.cs.
|
||||
|
||||
2003-02-24 Kevin Breit <mrproper@ximian.com>
|
||||
|
||||
* en/Gtk/ArrowType.xml: Removed the "To be added" from the remarks sections.
|
||||
|
|
|
@ -8,7 +8,7 @@ all: tree
|
|||
b:
|
||||
mono --debug $(BROWSER)
|
||||
tree:
|
||||
mono $(ASSEMBLER) --ecma /home/duncan/Mono/gtk-sharp/doc/en/ -o documentation
|
||||
mono $(ASSEMBLER) --ecma en -o documentation
|
||||
|
||||
docs: glib pango atk gtk gdk gnome glade
|
||||
|
||||
|
|
Loading…
Reference in a new issue