Commit Graph

11 Commits

Author SHA1 Message Date
Karel Zak 8e066650e2 build-sys: gtkdoc-fixxref v1.27 requires module option
Signed-off-by: Karel Zak <kzak@redhat.com>
2018-02-01 13:23:40 +01:00
Karel Zak bc636434c0 build-sys: inform gtk-doc about __ul_attribute__
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-03-15 14:58:08 +01:00
Karel Zak 31a938ac38 build-sys: enable libmount and libblkid docs
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-06-26 20:50:54 +02:00
Karel Zak 3fe1b06aba build-sys: fix gtk-doc distclean
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-07-27 14:22:36 +02:00
Karel Zak e96a05a949 build-sys: fix gtk-doc build
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-07-26 15:52:08 +02:00
Karel Zak 9f06f52b7b build-sys: use silent rules got gtkdoc, fix dependencies
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-07-25 14:16:26 +02:00
Karel Zak 99152a9535 build-sys: use gtkdoc without tmpl dir
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-07-22 23:21:52 +02:00
Karel Zak 601d12fb10 rename util-linux-ng back to util-linux
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-30 11:41:59 +01:00
Karel Zak e42b25eb15 build-sys: clean up gtk-doc stuff
* 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>
2009-11-06 23:43:46 +01:00
Karel Zak c48f949350 build-sys: fix (official) gtk-doc.make
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>
2009-11-06 01:13:30 +01:00
Karel Zak a77bfc3a00 build-sys: clean up gtk-doc usage
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>
2009-10-12 15:20:27 +02:00