summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace Bugzilla by Gitlab URL in DOAP fileHEADmasterAndre Klapper2018-12-161-1/+1
|
* Comment invalid <category> in DOAP file to pass git pre-receive hookAndre Klapper2018-12-161-1/+1
|
* Fix handling of --srcdirOwen W. Taylor2016-08-271-4/+11
| | | | | | The handling of --srcdir in the last patch a) didn't actually change where configure.ac was found b) didn't actualy let the --srcdir argument through because it was rejected by later code. Fix both.
* Add --srcdir argument to gtkdocizeEmmanuele Bassi2016-06-061-2/+23
| | | | | | | | | Since commit 1401aebc625dd1c7c39457d3455dce3019ded0be gtkdocize in gtk-doc, gtkdocize supports a --srcdir argument, which allows to specify the source directory for non-srcdir builds. The gtkdocize in gtk-doc-stub should support the same argument. See also: https://bugzilla.gnome.org/show_bug.cgi?id=692367
* gtkdocize.in: ensure that m4 directory existsAndreas Müller2014-09-301-0/+1
| | | | | | | | | | | | | Some packages set AC_CONFIG_MACRO_DIR without shipping macros. These end up in errors like | ln: target 'm4/' is not a directory: No such file or directory | cp: cannot create regular file 'm4/': Not a directory Note: This error does not occure e.g when libtoolize is run before because it creates macro directory. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* Import introspection stub machinery tooColin Walters2012-07-183-0/+263
| | | | | | | Some people who don't want gtk-doc also don't want gobject-introspection, and this helps them. Tested-by: Ross Burton <ross.burton@intel.com>
* Move gtk-doc-make to ${datadir}/gtk-doc-devel/baserock/morphColin Walters2012-01-113-7/+7
| | | | | | OSTree's build process wants to auto-detect everything in ${datadir}/gtk-doc/ as documentation, but this clearly breaks if the gtk-doc makefile is in there too. Let's just move it.
* gtkdocize: Increase version to 1.1000Colin Walters2012-01-031-1/+1
| | | | | Pretend to be very new so modules won't bomb out for a too-old version.
* gtk-doc.make: Add dummy variables tooColin Walters2012-01-022-1/+13
| | | | Otherwise we may fail if the user appended with +=
* Makefile: Add missing $(srcdir)Colin Walters2012-01-021-1/+1
|
* Makefile: install gtk-doc.m4 into aclocal dir tooColin Walters2012-01-021-0/+3
|
* Makefile: Add missing $(DESTDIR)Colin Walters2012-01-021-2/+2
|
* gtk-doc.m4: Add more bits from upstreamColin Walters2012-01-021-0/+28
| | | | | We need at least the --enable options to ensure we generate compatible configure scripts.
* Initial versionColin Walters2011-12-316-0/+595