Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docbook-catalog: add xsl-ns aliases
- doxygen might ask for them
  • Loading branch information
wwwutz committed Jan 17, 2020
1 parent 77076af commit f18b8be
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docbook-catalog.be0
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION docbook-catalog-1.0-0
# BEE_VERSION docbook-catalog-1.0-1

# generate /etc/xml/catalog for
# docbook-xml45.be0
Expand Down Expand Up @@ -158,6 +158,16 @@ mee_install() {
"/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2" \
${D}/etc/xml/catalog

xmlcatalog --noout --add "rewriteSystem" \
"http://docbook.sourceforge.net/release/xsl-ns/current" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2" \
${D}/etc/xml/catalog

xmlcatalog --noout --add "rewriteURI" \
"http://docbook.sourceforge.net/release/xsl-ns/current" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-1.79.2" \
${D}/etc/xml/catalog


}

Expand Down

0 comments on commit f18b8be

Please sign in to comment.