Removed reference to old gst target.

svn path=/trunk/gtk-sharp/; revision=26421
This commit is contained in:
Owen Fraser-Green 2004-04-30 14:05:45 +00:00
parent ac5426e105
commit f542fb9695
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-04-30 Owen Fraser-Green <owen@discobabe.net>
* sources/Makefile.am : remove reference to old gst target
2004-04-30 Erik Dasque <edasque@ximian.com>
* gtk/Calendar.custom : new Date property with setter

View File

@ -37,7 +37,7 @@ get-gtkhtml-code:
wget http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/3.0/gtkhtml-3.0.8.tar.gz --output-document=- | tar -xz $(GTKHTML_SOURCEFILES)
patch -p0 < gtkhtml-font-style-enum.patch
get-source-code: get-gtkhtml-code get-gst-code
get-source-code: get-gtkhtml-code
for i in $(DOWNLOADS); do \
wget $$i --output-document=- | tar -xz ; \
done;