summaryrefslogtreecommitdiff
path: root/gtkdoc-depscan.in
Commit message (Collapse)AuthorAgeFilesLines
* build: Port to meson build systemMartin Blanchard2018-05-201-0/+0
| | | | | | | | | | | | | | | | Initial port, including manual and tests (still wip). Known issues: * mkhtml2.py unit-tests module relies on lxml, anytree and pygments but these dependencies are not track by the build system. * Integration tests documentation generation are broken. * gtkdoc_scangobj_runner.py builds --cflags and --libs itself in a non-portable (and wrong) way. https://bugzilla.gnome.org/show_bug.cgi?id=794087
* depscan: python 2/3 compatStefan Sauer2017-06-021-10/+12
|
* depscan/fixxref/rebase: Don't hardcode pkg-config binaryMarvin Schmidt2016-06-051-1/+1
| | | | | | | | | `pkg-config` is not necessarily the correct pkg-config binary, especially in cross-compilation scenarios. Use the pkg-config binary that PKG_PROG_PKG_CONFIG (which looks for host-prefixed pkg-config) found and defined in PKG_CONFIG https://bugzilla.gnome.org/show_bug.cgi?id=767271
* depscan: handle unicode quotation marksStefan Sauer2015-04-271-1/+3
| | | | | | | Convert unicode quotation marks to their ascii counterpart so that splitting etc. works. Fixes: #744368
* Added --sumarize option to depscanDavid Nečas2011-08-031-7/+35
|
* Add support for --help and --version to remaining tools. Also show a shortStefan Kost2009-01-081-1/+2
| | | | | | | | | | | | | | | | | | | | * gtkdoc-check.in: * gtkdoc-depscan.in: * gtkdoc-fixxref.in: * gtkdoc-mkdb.in: * gtkdoc-mkhtml.in: * gtkdoc-mkman.in: * gtkdoc-mktmpl.in: * gtkdoc-rebase.in: * gtkdoc-scan.in: * gtkdoc-scangobj.in: * gtkdoc-scanobj.in: * gtkdocize.in: Add support for --help and --version to remaining tools. Also show a short info on --help and format more consistently. Fixes #566911 svn path=/trunk/; revision=636
* Use old and/or pattern instead of the new ternary operator. This drops theMathias Hasselmann2007-12-201-4/+4
| | | | | | | | | * gtkdoc-depscan.in: Use old and/or pattern instead of the new ternary operator. This drops the Python 2.5 dependency for that script. Original patch by Frederic Peters. (#503054) svn path=/trunk/; revision=539
* Use colon as name-version-separator in book names.Mathias Hasselmann2007-12-111-1/+1
| | | | | | * gtkdoc-depscan.in: Use colon as name-version-separator in book names. svn path=/trunk/; revision=533
* Also scan devhelp folders.Mathias Hasselmann2007-12-111-5/+9
| | | | | | * gtkdoc-depscan.in: Also scan devhelp folders. svn path=/trunk/; revision=532
* Print reasonable error message when passing non-existant files on commandMathias Hasselmann2007-12-111-10/+18
| | | | | | | | * gtkdoc-depscan.in: Print reasonable error message when passing non-existant files on command line. svn path=/trunk/; revision=531
* Add gtkdoc-depscan, which resolves source code dependencies by scanningMathias Hasselmann2007-12-101-0/+359
* configure.in: * gtkdoc-depscan.in: * Makefile.am: Add gtkdoc-depscan, which resolves source code dependencies by scanning devhelp2 books. svn path=/trunk/; revision=529