Public bug reported:

The main part of gtkdoc-mkpdf does nothing if the input is an XML
docbook.  The reason is that gtk-doc-tools wasn't built with dblatex
support.  Compare gtkdoc-mkpdf:

if $is_xml; then
  if test -n ""; then

with the source:

if $is_xml; then
  if test -n "@DBLATEX@"; then

As a consequence, no PDF output is generated when I build documentation
for my packages using gtk-doc-tools.

I looked at a 11.10 box and it has the same issue.  My older debian
squeeze machine is fine here.

** Affects: gtk-doc (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989580

Title:
  gtkdoc-mkpdf does nothing for xml inputs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-doc/+bug/989580/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to