| Commit message (Expand) | Author | Age | Files | Lines |
* | Meson: Fix running tools uninstalled | Xavier Claessens | 2019-08-15 | 1 | -1/+5 |
* | build: Port to meson build system | Martin Blanchard | 2018-05-20 | 1 | -0/+0 |
* | logging: add back support for GTKDOC_TRACE | Stefan Sauer | 2017-04-26 | 1 | -1/+3 |
* | autopep8: cleanup python style | Stefan Sauer | 2017-04-05 | 1 | -2/+4 |
* | python: style cleanups | Stefan Sauer | 2017-04-05 | 1 | -1/+1 |
* | mkhtml: split into wrapper and module | Stefan Sauer | 2017-03-31 | 1 | -100/+46 |
* | gtkdoc-mk{html,pdf,man}: evaluate some shell variables | Víctor Manuel Jáquez Leal | 2017-03-24 | 1 | -4/+4 |
* | Converted mkpdf, mkman and mkhtml to Python. | Jussi Pakkanen | 2017-03-20 | 1 | -93/+85 |
* | gtkdoc-mkhtml: Fix test comparison operator | Carlos Garcia Campos | 2017-03-14 | 1 | -1/+1 |
* | gtkdoc-mkhtml: Don't swallow error messages from xsltproc | Sam Thursfield | 2016-11-24 | 1 | -11/+11 |
* | mkhtml/pdf: Fix quoting of search path | Nirbheek Chauhan | 2016-09-29 | 1 | -19/+19 |
* | mkhtml/pdf: quote document to allow spaces in filenames | Igor Gnatenko | 2015-08-16 | 1 | -5/+5 |
* | gktdoc-mkhtml: add a GTKDOC_PROFILE envvar to activate xslt profiling | Stefan Sauer | 2015-07-01 | 1 | -4/+12 |
* | sgml: drop suport for docbook sgml via java | Stefan Sauer | 2015-06-17 | 1 | -33/+11 |
* | mkdb: add a deprecation warning for sgml mode | Stefan Sauer | 2015-04-25 | 1 | -0/+8 |
* | style: group files we redistribute with the generated docs | Stefan Sauer | 2014-02-04 | 1 | -3/+4 |
* | tests: make tests compatible with the traditional Bourne shell | Tim Mooney | 2012-01-19 | 1 | -2/+3 |
* | xsltproc: be more quiet if we have to | Stefan Kost | 2011-04-13 | 1 | -0/+1 |
* | mkhtml,mkman,mkpdf: improved usage output, add --verbose switch | Stefan Kost | 2011-04-13 | 1 | -33/+51 |
* | mkdb: revert the xml fixups | Stefan Kost | 2010-07-13 | 1 | -0/+4 |
* | distcheck: pass and use ABS_TOP_SRCDIR to be able to find data files. | Stefan Kost | 2010-05-21 | 1 | -5/+9 |
* | No need to format a '\n' into a fromatstring. Add FIXMEs for Bug 568711. | Stefan Kost | 2009-01-23 | 1 | -0/+2 |
* | patch by: David Nečas <yeti@physics.muni.cz> | Stefan Kost | 2009-01-23 | 1 | -7/+7 |
* | Comment out echo for debugging. | Stefan Kost | 2009-01-08 | 1 | -1/+1 |
* | Finally, make distcheck works. | Stefan Kost | 2009-01-08 | 1 | -1/+2 |
* | Add support for --help and --version to remaining tools. Also show a short | Stefan Kost | 2009-01-08 | 1 | -0/+3 |
* | Fix running tests, if no gtk-doc is installed yet. | Stefan Kost | 2009-01-04 | 1 | -6/+6 |
* | Fix comparision. ideas. | Stefan Kost | 2008-09-04 | 1 | -1/+1 |
* | Only specify options if gtkdoc-mkhtml can take them. Fixes #543855. Don't | Stefan Kost | 2008-07-21 | 1 | -5/+12 |
* | patch by: David Nečas <yeti@physics.muni.cz> | Stefan Kost | 2008-06-28 | 1 | -12/+24 |
* | tody up and add some comments regarding HTML_DIR. HTML_DIR is not | Stefan Kost | 2008-06-02 | 1 | -4/+4 |
* | Add a hack to gtkdoc-mkhtml to run uninstalled too. | Stefan Kost | 2007-08-02 | 1 | -3/+10 |
* | Patch from Stepan Kasal: | Damon Chaplin | 2005-09-15 | 1 | -0/+1 |
* | Style information in a separate stylesheet. | Matthias Clasen | 2004-04-16 | 1 | -0/+1 |
* | make gtkdoc-mkhtml exit with the return value of supporting tools so errors | Thomas Vander Stichele | 2004-01-23 | 1 | -2/+2 |
* | Replace head -1 with -n 1. (Merge change by Elliot Lee from Red Hat | Owen Taylor | 2003-06-12 | 1 | -1/+1 |
* | Avoid the unportable grep option -q. (#105311) | Matthias Clasen | 2003-02-18 | 1 | -1/+1 |
* | make the requires lines match current requirements ... | James Henstridge | 2003-02-18 | 1 | -1/+1 |
* | script used to copy gtk-doc.make into another module. | James Henstridge | 2003-02-12 | 1 | -1/+1 |
* | use @SGML_FORMAT_TYPE@ to set output type, as set in configure.in | Damon Chaplin | 2003-01-20 | 1 | -1/+1 |
* | switch the output type from "sgml" to "sgml-raw" when using Jade to | James Henstridge | 2003-01-18 | 1 | -1/+1 |
* | copy the navigation images for both XML and SGML cases. | James Henstridge | 2002-11-30 | 1 | -1/+4 |
* | set gtkdoc-bookname and gtkdoc-version parameters in sgml mode, and don't | James Henstridge | 2002-11-26 | 1 | -3/+5 |
* | change style for documentation. | James Henstridge | 2002-11-10 | 1 | -0/+1 |
* | add a gtkdoc.bookname param, and include it in the index.sgml output (if | James Henstridge | 2002-08-10 | 1 | -3/+3 |
* | Make header-grabbing work without an explicit --main-sgml-file argument. | James Henstridge | 2002-06-13 | 1 | -2/+10 |
* | Detect whether we're processing SGML or XML. | Matthias Clasen | 2002-05-17 | 1 | -2/+10 |
* | check for openjade or jade. Patch from Stefan Kost | Damon Chaplin | 2002-02-01 | 1 | -1/+1 |
* | Applied patch from Matthias Clasen to use a modified .dcl file with the 44 | Owen Taylor | 2001-11-21 | 1 | -1/+1 |
* | scan .h files as well, so macros can be documented there if desired. | Damon Chaplin | 2001-03-26 | 1 | -1/+1 |