After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 101443 - validate target for book Makefile
validate target for book Makefile
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.2
Other other
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-12-17 11:40 UTC by Ross Burton
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Ross Burton 2002-12-17 11:40:43 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
Comment 1 Murray Cumming 2002-12-17 12:31:37 UTC
I have made a similar change. Notice that validation fails at the moment.