Removed reference to old gst target.
svn path=/trunk/gtk-sharp/; revision=26421
This commit is contained in:
parent
ac5426e105
commit
f542fb9695
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue