summaryrefslogtreecommitdiff
path: root/build_website.sh
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-06-02 05:22:47 +0300
committerGitHub <noreply@github.com>2020-06-01 22:22:47 -0400
commita915b93cd679cfe4ec254149f983162ec00f61bb (patch)
treeb8ac898a2d27389549fecbf989874cdf54f2e844 /build_website.sh
parenta46dcd0f95ac916fdaa7d852270656c3868b6556 (diff)
downloadasciidoc-py3-a915b93cd679cfe4ec254149f983162ec00f61bb.tar.gz
update links for DocBook repository (#122)
The project moved to GitHub from Sourceforge a number of years ago. This updates references to the project to point at this new home and CDN. However, the links in the docbook-xsl/*.xsl files remain pointing at sourceforge as they are reliant on target distros to update their respective catalog.xml to include these new links. Given the huge amount of existing software that will continue to use the SF links, it's unlikely these will break anytime soon at least. Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to 'build_website.sh')
-rw-r--r--build_website.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_website.sh b/build_website.sh
index 6dff375..2ee1775 100644
--- a/build_website.sh
+++ b/build_website.sh
@@ -101,11 +101,11 @@ xsltproc --nonet ../docbook-xsl/manpage.xsl asciidoc.1.xml
rm asciidoc.1.xml
${ASCIIDOC} -b xhtml11 -n -a toc -a toclevels=2 -o asciidoc.css-embedded.html asciidoc.txt
-#${A2X} -f epub -d book --epubcheck --icons asciidoc.txt
-${A2X} -fchunked -dbook --icons -D ./ asciidoc.txt
+# ${A2X} -f epub -d book --epubcheck --icons asciidoc.txt
+${A2X} -f chunked -dbook --icons -D ./ asciidoc.txt
mv asciidoc.chunked chunked
-#${A2X} -f epub -d book --epubcheck --icons book.txt
+# ${A2X} -f epub -d book --epubcheck --icons book.txt
${ASCIIDOC} -n -b docbook article.txt
xsltproc --nonet --stringparam admon.textlabel 0 ../docbook-xsl/fo.xsl article.xml > article.fo