gtkdoc-mkpdf does nothing for xml inputs

Bug #989580 reported by Simon Josefsson
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
gtk-doc (Ubuntu)
Confirmed
Undecided
Unassigned

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.

Revision history for this message
Simon Josefsson (simon-josefsson) wrote :

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

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

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in gtk-doc (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.