diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gudev/Makefile.am | 2 | ||||
-rw-r--r-- | docs/libudev/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index 55172f2c33..57334b6ddc 100644 --- a/docs/gudev/Makefile.am +++ b/docs/gudev/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 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 |