From 5f16ad94642c56298a6f7d989e376617acaad660 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Tue, 25 Feb 2003 04:29:32 +0000 Subject: [PATCH] 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 --- doc/ChangeLog | 5 +++++ doc/makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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