diff --git a/doc/ChangeLog b/doc/ChangeLog index f4c466b82..baceda3f2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-24 Duncan Mak + + * 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 * en/Gtk/ArrowType.xml: Removed the "To be added" from the remarks sections. diff --git a/doc/makefile b/doc/makefile index f576a0e6a..c8f03d415 100644 --- a/doc/makefile +++ b/doc/makefile @@ -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