2004-11-05 Mike Kestner <mkestner@ximian.com>

* Makefile.am : copy assemblies into updater so they don't
	have to be installed to run the updater.

svn path=/trunk/gtk-sharp/; revision=35726
This commit is contained in:
Mike Kestner 2004-11-05 19:21:23 +00:00
parent 2b704d7d25
commit 583554cbfb
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-11-05 Mike Kestner <mkestner@ximian.com>
* Makefile.am : copy assemblies into updater so they don't
have to be installed to run the updater.
* updater/updater.cs : fix for recent corlib bugfix. Thanks
to Dan Winship for identifying the solution.

View File

@ -55,6 +55,7 @@ gtk-sharp-docs.zip gtk-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
update:
for i in $(UPDATE_DIRS); do \
cp ../$$i/*.dll updater; \
$(UPDATER) ../$$i/*.dll -o ./en || exit 1; \
done