X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=docs%2Flibudev%2FMakefile.am;h=4f0d19650a13cbc0d432d4efe6c7e03e1a59dcf4;hp=9d1e3646fb03da669a0b760c6907117ab8f59929;hb=2028f1cd928142fd57fa63464f63102373c72bbc;hpb=bb061708d5aa83579f213bdfb67253f7027217c3 diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index 9d1e3646f..4f0d19650 100644 --- a/docs/libudev/Makefile.am +++ b/docs/libudev/Makefile.am @@ -32,7 +32,7 @@ SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=udev +MKDB_OPTIONS=--xml-mode --output-format=xml --name-space=udev # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl @@ -94,6 +94,6 @@ EXTRA_DIST += version.xml.in # Comment this out if you want your docs-status tested during 'make check' if ENABLE_GTK_DOC -#TESTS_ENVIRONMENT = cd $(srcsrc) -#TESTS = $(GTKDOC_CHECK) +TESTS_ENVIRONMENT = cd $(top_srcdir) +TESTS = $(GTKDOC_CHECK) endif