diff options
author | Kay Sievers <kay@vrfy.org> | 2012-11-03 22:04:06 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-11-03 22:04:06 +0100 |
commit | 924ee2cb0caa0c116ff6cf8c16f54588c4d4a4d8 (patch) | |
tree | 04791ededca3393b20cd59a1c537e558f5165c3a /docs/libudev/Makefile.am | |
parent | da974c2ff296f86dc144f872d6d799fbc0c380e7 (diff) |
docs: gtk-doc warnings are annoying
Diffstat (limited to 'docs/libudev/Makefile.am')
-rw-r--r-- | docs/libudev/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index 6a346a653f..c6d7b8ca25 100644 --- a/docs/libudev/Makefile.am +++ b/docs/libudev/Makefile.am @@ -43,7 +43,7 @@ MKHTML_OPTIONS=--path=$(abs_srcdir) --path=$(abs_builddir) # Extra options to supply to gtkdoc-fixref. Not normally needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html -FIXXREF_OPTIONS= +FIXXREF_OPTIONS=>/dev/null 2>&1 # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h |