Someone else noticed that this problem now also applies to Debian
wheezy:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570751


** Bug watch added: Debian Bug tracker #570751
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570751

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

Title:
  gtkdoc-mkpdf does nothing for xml inputs

Status in “gtk-doc” package in Ubuntu:
  New

Bug description:
  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.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to