summaryrefslogtreecommitdiff
path: root/docs/gudev/Makefile.am
AgeCommit message (Collapse)Author
2013-03-21doc: disable gtk-doc test again - you are a really annoying piece of softwareKay Sievers
make check-TESTS make[5]: Nothing to be done for `/usr/bin/gtkdoc-check.log'. fatal: making test-suite.log: failed to create /usr/bin/gtkdoc-check.trs fatal: making test-suite.log: failed to create /usr/bin/gtkdoc-check.log make[4]: *** [test-suite.log] Error 1 make[3]: *** [check-TESTS] Error 2 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2
2013-02-13build-sys: disable tests in po/, docs/ with separate build dirZbigniew Jędrzejewski-Szmek
Both gtk-doc and intltoolize have problems with VPATH builds. "Creatively" disable tests when configuring from outside the source directory. This more-or-less reverts 9795da43c.
2013-01-16doc: disable "make check" for gtk-docKay Sievers
2012-12-01build-sys: color test resultsZbigniew Jędrzejewski-Szmek
2012-11-03docs: gtk-doc warnings are annoyingKay Sievers
2012-08-08build-sys: really override CFLAGS for gtk-docZbigniew Jędrzejewski-Szmek
In 29a00c41 an override was added, but commandline variables have higher precedence than Makefile variables, so the override was not effective for commandline variables. While at it, duplicate for libudev.
2012-08-08gudev: docs - work around the broken gtk-doc messKay Sievers
gtk-doc add CFLAGS/LDFLAGS multiple times to the gcc command line, which breaks options that must be listed only once. For now, clear CFLAGS/LDFLAGS for the intermediate documentation binary.
2012-05-15build-sys: fix buildLennart Poettering
2012-04-20docs: remove duplicated install hookKay Sievers
2012-04-20docs: hook-up gtk-doc to 'make check'Kay Sievers
2012-04-19docs: rebase html documentation for online and local useKay Sievers
2012-04-17silence a bunch of gcc warningsKay Sievers
2012-04-14udev: trivial gtk-doc updateKay Sievers
2012-04-13udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers