GNOME Bugzilla – Bug 586785
gmmproc does not like space in _DEFS()
Last modified: 2009-06-25 09:40:30 UTC
gmmproc does not like space in _DEFS() For example, I have _DEFS(geglmm, gegl) And when gmmproc process the file, I get the following errors: Error: can't read defs file gegl.defs DocsParser.pm: Warning: Can't read file "./ gegl_docs.xml". Attached is a patch to fix that.
Created attachment 137270 [details] [review] patch
committed to master.
Thanks.