summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-12-14build-sys: fix distcheckDave Reisner1-1/+1
- fix misspelling in filename (intenal -> internal) - remove deleted hwdb-related file (nuked with sd-hwdb refactor)
2014-06-27libudev: queue provide file descriptor to watch busy event queueKay Sievers1-0/+2
2014-02-22docs: add new gudev functions to documentationZbigniew Jędrzejewski-Szmek1-0/+2
2013-03-21doc: disable gtk-doc test again - you are a really annoying piece of softwareKay Sievers2-4/+4
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-03-13libudev: implement udev_device_set_attribute_value()Hannes Reinecke1-0/+1
2013-03-09build-sys: assemble HTML in docs/htmlZbigniew Jędrzejewski-Szmek1-0/+1
The goal is to be able to preview how the documenation will look when uploaded. Just point your browser at docs/html/man/index.html.
2013-02-13build-sys: disable tests in po/, docs/ with separate build dirZbigniew Jędrzejewski-Szmek2-4/+8
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 Sievers2-4/+4
2012-12-01build-sys: color test resultsZbigniew Jędrzejewski-Szmek2-2/+2
2012-11-03docs: gtk-doc warnings are annoyingKay Sievers2-2/+2
2012-10-27libudev: import hwdb and export lookup interfaceKay Sievers3-1/+12
2012-10-17docs: install README files into /var/log and 7etc/rc.d/init.dLennart Poettering7-0/+58
On systemd systems seasoned admins might be surprised to see that the init scripts and log files are gone. To ease the transition let's place some README files there, that hopefully help clearing up the situation.
2012-08-10udev: export udev_device_new_from_device_id()Kay Sievers1-0/+1
2012-08-08build-sys: really override CFLAGS for gtk-docZbigniew Jędrzejewski-Szmek2-2/+10
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 Sievers1-0/+8
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-15udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵Kay Sievers1-3/+0
versions
2012-05-15build-sys: fix buildLennart Poettering2-2/+2
2012-05-15git: update gitignoreLennart Poettering1-0/+1
2012-05-15build-sys: move gtk-doc stuff into its own subdir and reindent autogen.shLennart Poettering2-4/+8
We moved most other build noise files into their own subdirs, so let's do this for gtk-doc too
2012-04-26udev: docs - it's 'GUdev'Kay Sievers1-1/+1
2012-04-20docs: remove duplicated install hookKay Sievers2-6/+0
2012-04-20docs: hook-up gtk-doc to 'make check'Kay Sievers5-23/+17
2012-04-19docs: rebase html documentation for online and local useKay Sievers2-0/+6
2012-04-19docs: do not generate tmpl filesJavier Jardón2-2/+0
Its not needed as all the documentation is inline source code, not in separate *.tmpl files
2012-04-17udev: docs - updated index page to match common gtk styleKay Sievers2-3/+14
2012-04-17silence a bunch of gcc warningsKay Sievers1-1/+1
2012-04-16udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers1-2/+2
2012-04-15udev: doc - sync libudev and gudevKay Sievers2-11/+6
2012-04-15udev: cleanup the udev cgroup when the daemon enters the idle stateKay Sievers1-1/+1
2012-04-14gudev: gtk-doc - hide licence stuff which consumes three-fourths of the ↵Kay Sievers1-53/+3
index page
2012-04-14udev: trivial gtk-doc updateKay Sievers3-4/+5
2012-04-13build-sys: add 'make doc-sync' targetKay Sievers1-2/+2
2012-04-13update .gitignoreKay Sievers2-35/+36
2012-04-13udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers12-0/+611