diff options
author | Thomas Leonard <tal@ecs.soton.ac.uk> | 2003-03-05 11:06:28 +0000 |
---|---|---|
committer | Thomas Leonard <tal@ecs.soton.ac.uk> | 2003-03-05 11:06:28 +0000 |
commit | 713f955ea98b1ff49623d13d4f1a35902df84975 (patch) | |
tree | 23ce49967dd84f951c4e7a08ed0093736949e838 /Makefile.am | |
parent | dc2724f1d1b010a80b269ef21a1e613f55170777 (diff) | |
download | shared-mime-info-713f955ea98b1ff49623d13d4f1a35902df84975.tar.gz |
Added check in Makefile that XML validates.
Added root-XML element and the namespaces stuff
(update-mime-database not updated, however).
Added 'Recommended checking order' section to spec.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8cb4bbe9..9ad9ae54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,3 +22,6 @@ uninstall-hook: for media in text application image audio inode video message model multipart; do rm -f "${mimedir}/$${media}/"*.xml; done rm -f "${mimedir}/globs" rm -f "${mimedir}/magic" + +check: + xmllint --noout --valid $(srcdir)/freedesktop.org.xml |