CMake/Utilities/xml
Brad King ac25bc0135 Utilities/xml: Add docbook-4.5 DTD (#13508)
Run the shell code below to put the DTD in Utilities/xml/docbook-4.5:

v=4.5 &&
sha1=b9124233b50668fb508773aa2b3ebc631d7c1620 &&
mkdir Utilities/xml/docbook-$v &&
cd Utilities/xml/docbook-$v &&
wget -c http://www.oasis-open.org/docbook/xml/$v/docbook-xml-$v.zip &&
sha1sum docbook-xml-$v.zip |grep $sha1 &&
unzip docbook-xml-$v.zip &&
rm docbook-xml-$v.zip
2012-09-07 10:06:50 -04:00
..
docbook-4.5 Utilities/xml: Add docbook-4.5 DTD (#13508) 2012-09-07 10:06:50 -04:00
xhtml1 Simplify CMake.HTML documentation test command line 2012-09-07 10:05:50 -04:00
.gitattributes Utilities/xml: Add .gitattributes to disable whitespace checks 2012-09-07 10:06:50 -04:00