diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2012-09-06 10:31:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-07 14:05:50 (GMT) |
commit | 2f520d304a5cf874b22d978e9402e6d9316eb42e (patch) | |
tree | 172120cbf1a6ad3ccacda7e9ecfc500e3cf29df1 /Utilities/xml | |
parent | 2da17ef7975b521abe2be4736569d19ef79dc3be (diff) | |
download | CMake-2f520d304a5cf874b22d978e9402e6d9316eb42e.zip CMake-2f520d304a5cf874b22d978e9402e6d9316eb42e.tar.gz CMake-2f520d304a5cf874b22d978e9402e6d9316eb42e.tar.bz2 |
Simplify CMake.HTML documentation test command line
Drop the "cmake -E chdir" wrapper and instead pass the DTD directory to
xmllint's --path option using url encoding. While at it, move the
XHTML1 DTD to "Utilities/xml/xhtml1" to make room for additional DTDs.
Diffstat (limited to 'Utilities/xml')
-rw-r--r-- | Utilities/xml/xhtml1/xhtml-lat1.ent (renamed from Utilities/xml/xhtml-lat1.ent) | 0 | ||||
-rw-r--r-- | Utilities/xml/xhtml1/xhtml-special.ent (renamed from Utilities/xml/xhtml-special.ent) | 0 | ||||
-rw-r--r-- | Utilities/xml/xhtml1/xhtml-symbol.ent (renamed from Utilities/xml/xhtml-symbol.ent) | 0 | ||||
-rw-r--r-- | Utilities/xml/xhtml1/xhtml1-strict.dtd (renamed from Utilities/xml/xhtml1-strict.dtd) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/Utilities/xml/xhtml-lat1.ent b/Utilities/xml/xhtml1/xhtml-lat1.ent index ffee223..ffee223 100644 --- a/Utilities/xml/xhtml-lat1.ent +++ b/Utilities/xml/xhtml1/xhtml-lat1.ent diff --git a/Utilities/xml/xhtml-special.ent b/Utilities/xml/xhtml1/xhtml-special.ent index 3a83fb6..3a83fb6 100644 --- a/Utilities/xml/xhtml-special.ent +++ b/Utilities/xml/xhtml1/xhtml-special.ent diff --git a/Utilities/xml/xhtml-symbol.ent b/Utilities/xml/xhtml1/xhtml-symbol.ent index d0c77ee..d0c77ee 100644 --- a/Utilities/xml/xhtml-symbol.ent +++ b/Utilities/xml/xhtml1/xhtml-symbol.ent diff --git a/Utilities/xml/xhtml1-strict.dtd b/Utilities/xml/xhtml1/xhtml1-strict.dtd index e48fbea..e48fbea 100644 --- a/Utilities/xml/xhtml1-strict.dtd +++ b/Utilities/xml/xhtml1/xhtml1-strict.dtd |