summaryrefslogtreecommitdiffstats
path: root/config/gtk-doc.make
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: gtkdoc-fixxref v1.27 requires module optionKarel Zak2018-02-011-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: inform gtk-doc about __ul_attribute__Karel Zak2013-03-151-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: enable libmount and libblkid docsKarel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix gtk-doc distcleanKarel Zak2011-07-271-2/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix gtk-doc buildKarel Zak2011-07-261-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use silent rules got gtkdoc, fix dependenciesKarel Zak2011-07-251-15/+11Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use gtkdoc without tmpl dirKarel Zak2011-07-221-23/+45
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: clean up gtk-doc stuffKarel Zak2009-11-061-52/+81
| | | | | | | | | | | | | | | | | * gtk-doc.make does not care about difference between $srcdir and $builddir and many things are generated into $srcdir. It's pretty difficult to support out-of-source build... * gtk-doc expects that many generated files are stored in repository (we don't use XML templates, all documentation in source code only). * we don't want to distribute generated html files, the docs is attractive for very small group of people... Frankly, it would be nice to found something more robust and better than gtk-doc. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix (official) gtk-doc.makeKarel Zak2009-11-061-1/+1
| | | | | | | | | | The dist-hook rule in config/gtk-doc.make requires {xml,html,tmpl}/* gkt-doc files, but there is not defined a dependence on these files. It means "make dist" does not work on pristine source code tree (e.g. "git clean -xfd" source). Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: clean up gtk-doc usageKarel Zak2009-10-121-0/+196
Currently gtk-doc is optional. Unfortunately, the ./configure script still depends on GTK_DOC_CHECK macro and shlibs/blkid/docs/Makefile.am depends on gtk-doc.make. It seems that the best solution is to add gtk-doc.[make,m4] files to the repository. Signed-off-by: Karel Zak <kzak@redhat.com>