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 664784 - gnome-doc-tool should consider source document base directory
gnome-doc-tool should consider source document base directory
Status: RESOLVED WONTFIX
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
0.20.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2011-11-25 08:02 UTC by Pierre Wieser
Modified: 2020-03-03 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre Wieser 2011-11-25 08:02:32 UTC
When gnome-doc-tool has to include an extern entity, it searches it in the current working directory instead of in the directory of the source document.

E.g. have a source tree with
   HOME/
   +- C/
      +- doc.xml
      +- entity.xml

Say doc.xml has:
  <!ENTITY entity "entity.xml">
  &entity;

Then:
  cd HOME
  gnome-doc-tool html -o C/ -d0 C/doc.xml

You will get following error:
  -:143: parser error : Entity 'entity' not defined
      &entity;
              ^
Comment 1 André Klapper 2020-03-03 18:36:56 UTC
gnome-doc-utils has been superseded by yelp-xsl, yelp-tools, and itstool.

gnome-doc-utils will not see any further development, hence closing as WONTFIX.

See https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/255