Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 646850
Collapse All | Expand All

(-)a/gtkdoc-mkpdf.in (-2 / +2 lines)
Lines 19-25 EOF Link Here
19
19
20
cleanexit() {
20
cleanexit() {
21
    rm -f $module.fo
21
    rm -f $module.fo
22
    exit 1
22
    exit $1
23
}
23
}
24
24
25
# parse options, ignore unknown options for future extensions
25
# parse options, ignore unknown options for future extensions
Lines 105-111 if $is_xml; then Link Here
105
          fi;
105
          fi;
106
          @DBLATEX@ 2>&1 >/dev/null $dblatex_options | grep -v 'programlisting or screen'
106
          @DBLATEX@ 2>&1 >/dev/null $dblatex_options | grep -v 'programlisting or screen'
107
      else
107
      else
108
          { @DBLATEX@ 2>&1 >&3 $dblatex_options | grep -v 'programlisting or screen' >&2; } 3>&1
108
          { @DBLATEX@ 2>&1 >&3 --verbose $dblatex_options | grep -v 'programlisting or screen' >&2; } 3>&1
109
      fi
109
      fi
110
  else
110
  else
111
    if test -n "@FOP@"; then
111
    if test -n "@FOP@"; then

Return to bug 646850