/usr/share/gtk-doc/python/gtkdoc/config.py is in gtk-doc-tools 1.27-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | version = "1.27"
# tools
dblatex = '/usr/bin/dblatex'
fop = ''
highlight = '/usr/bin/highlight'
highlight_options = '--syntax=$SRC_LANG --out-format=xhtml -f --class-name=gtkdoc '
pkg_config = '/usr/bin/pkg-config'
xsltproc = '/usr/bin/xsltproc'
# configured directories
prefix = '/usr'
datarootdir = "${prefix}/share".replace('${prefix}', prefix)
datadir = "${datarootdir}".replace('${datarootdir}', datarootdir)
exeext = ''
|