aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-07-01 01:43:28 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-07-01 01:43:28 +0800
commiteee1ce421744c282fba33378bb288442966dbf76 (patch)
tree7f36c656ad1131361080797b8a048f2615c34538 /help/Makefile.am
parent64365f459225be147f00c1658a5fd86c3947bf5d (diff)
downloadgsoc2013-evolution-eee1ce421744c282fba33378bb288442966dbf76.tar
gsoc2013-evolution-eee1ce421744c282fba33378bb288442966dbf76.tar.gz
gsoc2013-evolution-eee1ce421744c282fba33378bb288442966dbf76.tar.bz2
gsoc2013-evolution-eee1ce421744c282fba33378bb288442966dbf76.tar.lz
gsoc2013-evolution-eee1ce421744c282fba33378bb288442966dbf76.tar.xz
gsoc2013-evolution-eee1ce421744c282fba33378bb288442966dbf76.tar.zst
gsoc2013-evolution-eee1ce421744c282fba33378bb288442966dbf76.zip
Run xmllint on C/evolution.xml when building with "make check" or "make
2008-06-30 Matthew Barnes <mbarnes@redhat.com> * help/Makefile.am: Run xmllint on C/evolution.xml when building with "make check" or "make distcheck". Should hopefully prevent any more invalid DocBook syntax from slipping into releases. * help/C/evolution.xml: Fix some issues that xmllint caught. svn path=/trunk/; revision=35707
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 9ec5e9c467..c16e167445 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -131,3 +131,5 @@ DOC_FIGURES = \
DOC_LINGUAS = cs de el en_GB es fr oc ru sv mk
+check:
+ xmllint --valid --noout $(top_srcdir)/help/C/evolution.xml