GNOME Bugzilla – Bug 101443
validate target for book Makefile
Last modified: 2004-12-22 21:47:04 UTC
Add this to docs/tutorial/Makefile.am to add a "validate" target, which will run xmllint over the tutorial validating against the Docbook DTD. validate: SGML_CATALOG_FILES=file:///etc/sgml/catalog:file:///etc/xml/catalog xmllint --xinclude --valid --noout --catalogs gtkmm-tut.xml
I have made a similar change. Notice that validation fails at the moment.