diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 15:08:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 15:08:10 -0600 |
commit | b63e88070937c3e87fd51e6fcf1538e638c050cb (patch) | |
tree | 9f57966cab0d83bfc3b145d382a7ef961f2b02c8 /docs/reference/Makefile.am | |
parent | 4a19cb469fdbdbe9b7355fc9fdf44368fa9c9b6b (diff) | |
download | ayatana-indicator-application-b63e88070937c3e87fd51e6fcf1538e638c050cb.tar.gz ayatana-indicator-application-b63e88070937c3e87fd51e6fcf1538e638c050cb.tar.bz2 ayatana-indicator-application-b63e88070937c3e87fd51e6fcf1538e638c050cb.zip |
Adding a check rule for documentation.
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index e2a02cd..2f4c584 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -91,5 +91,5 @@ EXTRA_DIST += version.xml.in #DISTCLEANFILES += # Comment this out if you want your docs-status tested during 'make check' -#TESTS = $(GTKDOC_CHECK) +TESTS = $(GTKDOC_CHECK) |