After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 132992 - fix for syntax error in docs/gst/Makefile.am
fix for syntax error in docs/gst/Makefile.am
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.7.3
Other Solaris
: Normal normal
: 0.7.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-30 18:09 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
syntax error in docs/gst/Makefile.am (535 bytes, patch)
2004-01-30 18:10 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-01-30 18:09:54 UTC
n docs/gst/Makefile.am the following expression was
lacking the "" around the $(HTML_IMAGES)" in the for loop:

test "x$(HTML_IMAGES)" = "x" || for i in "$(HTML_IMAGES)" ;

attached is a patch for version 0.7.3
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2004-01-30 18:10:30 UTC
Created attachment 23908 [details] [review]
syntax error in docs/gst/Makefile.am
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2004-01-30 18:11:00 UTC
the patch needs to be applied to "./docs/libs/" as well
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-02 12:59:54 UTC
fixed in CVS