summaryrefslogtreecommitdiff
path: root/gtkdoc-rebase.in
Commit message (Collapse)AuthorAgeFilesLines
* Meson: Fix running tools uninstalledXavier Claessens2019-08-151-1/+5
| | | | | This fix getting directories when builddir!=srcdir which is always the case with Meson.
* tools: cleanup options handlingStefan Sauer2017-06-221-6/+3
| | | | Use the 'required' flags for mandatory args. Drop some dest flags where not needed.
* logging: add back support for GTKDOC_TRACEStefan Sauer2017-04-261-1/+3
| | | | | Like before in perl one can set this envar to get verbose log output. The output is meant for developers.
* rebase: remove option groupStefan Sauer2017-04-101-5/+4
| | | | | This was a porting mistake of mine. One can actually specify both - see 'dist' target in Makefile.
* autopep8: cleanup python styleStefan Sauer2017-04-051-1/+2
|
* rebase: add the option help text back inStefan Sauer2017-04-051-7/+16
| | | | This was lost in the porting step.
* python: style cleanupsStefan Sauer2017-04-051-2/+5
|
* rebase: split into wrapper and moduleStefan Sauer2017-04-031-243/+16
|
* rebase: fix indentStefan Sauer2017-03-291-1/+1
|
* rebase: fix small errror from portingStefan Sauer2017-03-291-38/+41
| | | | | Change check_call to check_output. Move global var into scope. Change scandir to listdir. Use the right isdir(). Fix None derefs. ...
* Converted gtkdoc-rebase from Perl to Python.Jussi Pakkanen2017-03-291-317/+210
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=780512
* code-style: change run() to be upper-caseStefan Sauer2016-11-231-2/+2
|
* gtkdoc: add/update my copyrightStefan Sauer2016-11-231-1/+2
|
* 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
* rebase: add tracing supportStefan Sauer2016-06-051-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767271
* rebase: fix variable nameStefan Sauer2016-05-301-2/+2
|
* rebase: only warn on the broken files if the good ones aren't thereStefan Sauer2016-05-301-13/+13
| | | | Same fix that we applied to fixxref.
* fixxref,rebase: print full path for compressed index filesStefan Sauer2015-07-101-2/+2
|
* index.sgml: stop generating index.sgml filesStefan Sauer2015-06-241-8/+64
| | | | | Use the data from devhelp2 files. Saves diskspace and makes the html phase about 10% faster. Fixes #742404
* rebase,scan: refactor into a 'modulino' and add a test skelletonStefan Sauer2015-06-171-139/+146
|
* patch by: Tobias Mueller <gnome-bugs@auftrags-killer.org>Stefan Kost2009-03-171-1/+1
| | | | | | | | | | | | | | | | | | | * COPYING-DOCS: * gtkdoc-check.in: * gtkdoc-common.pl.in: * gtkdoc-fixxref.in: * gtkdoc-mkdb.in: * gtkdoc-mktmpl.in: * gtkdoc-rebase.in: * gtkdoc-scan.in: * gtkdoc-scangobj.in: * gtkdoc-scanobj.in: * help/manual/C/fdl-appendix.xml: * tools/gtk-doc.el: Update FSF address. Fixes #575623. svn path=/trunk/; revision=707
* Add support for --help and --version to remaining tools. Also show a shortStefan Kost2009-01-081-13/+16
| | | | | | | | | | | | | | | | | | | | * 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
* Spelling. Warn and skip double file entries in section files. Use the newStefan Kost2008-06-031-1/+1
| | | | | | | | | | | | | | * TODO: Spelling. * gtkdoc-mkdb.in: Warn and skip double file entries in section files. * gtkdoc-mktmpl.in: Use the new warning format in this script too. * gtkdoc-rebase.in: Also use optional parameters here. svn path=/trunk/; revision=572
* New day, new fix. Remove testing $(DESTDIR) from makefile and useStefan Kost2007-09-271-1/+1
| | | | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: * gtkdoc-rebase.in: New day, new fix. Remove testing $(DESTDIR) from makefile and use Getopt::Long qw(:config gnu_getopt); in rebase. svn path=/trunk/; revision=508
* Fix destdir option name.Stefan Kost2007-09-261-1/+1
| | | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: * gtkdoc-rebase.in: Fix destdir option name. svn path=/trunk/; revision=502
* Make use of rebase if possible. Fixes #465920 Rebase improvements andStefan Kost2007-08-211-3/+29
| | | | | | | | | | | * gtk-doc.make: * gtk-doc.notmpl.make: Make use of rebase if possible. Fixes #465920 * gtkdoc-rebase.in: Rebase improvements and fixes. svn path=/trunk/; revision=484
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-08-021-0/+278
* Makefile.am: * configure.in: * gtkdoc-rebase.in: Allow rebasing crossreferences in generated docs. Fixes #434134. svn path=/trunk/; revision=456