doc: disable "make check" for gtk-doc

This commit is contained in:
Kay Sievers 2013-01-16 04:20:14 +01:00
parent 3f141375cb
commit 9795da43c4
3 changed files with 5 additions and 4 deletions

1
TODO
View File

@ -18,6 +18,7 @@ F18:
* Retest multi-seat
Features:
* re-enable "make check" for gtk-doc (broken for unknown reason)
* logind: make PrepareForSuspend(false) an official api for notification of resumes

View File

@ -108,6 +108,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 $(top_srcdir)
TESTS = $(GTKDOC_CHECK)
#TESTS_ENVIRONMENT = cd $(top_srcdir)
#TESTS = $(GTKDOC_CHECK)
endif

View File

@ -102,6 +102,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 $(top_srcdir)
TESTS = $(GTKDOC_CHECK)
#TESTS_ENVIRONMENT = cd $(top_srcdir)
#TESTS = $(GTKDOC_CHECK)
endif