diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2018-12-11 04:00:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2018-12-11 04:00:00 +0000 |
commit | 72cfde41e5fddeeb3463a358e66d2c033cbfe20b (patch) | |
tree | 8a71adb4e53f0aa360b39cb46db7fb02f75454d5 | |
parent | 87550b74a7eea661abe7ba09a3eff68902546081 (diff) | |
download | gcc-72cfde41e5fddeeb3463a358e66d2c033cbfe20b.zip gcc-72cfde41e5fddeeb3463a358e66d2c033cbfe20b.tar.gz gcc-72cfde41e5fddeeb3463a358e66d2c033cbfe20b.tar.bz2 |
documentation_hacking.xml: Update reference to epubcheck.
* doc/xml/manual/documentation_hacking.xml: Update reference
to epubcheck.
From-SVN: r266970
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8fb0aba..75ca609 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2018-12-10 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/documentation_hacking.xml: Update reference + to epubcheck. + 2018-12-10 Jonathan Wakely <jwakely@redhat.com> * testsuite/experimental/filesystem/path/query/is_absolute.cc: Fix diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml index 463786d..fffa1fc 100644 --- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml @@ -777,7 +777,7 @@ </para> <para> - For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceforge.net/projects/docbook/files/epub3/">stylesheets</link> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/IDPF/epubcheck">epubcheck</link> is necessary. + For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceforge.net/projects/docbook/files/epub3/">stylesheets</link> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/w3c/epubcheck">epubcheck</link> is necessary. </para> </section> |