wok rev 18511

xmlto: substitute external xsl files with internal ones (from docbook-xsl package)
Now command "xmlto man file.xml" works
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 24 00:22:26 2015 +0300 (2015-10-24)
parents 9568a9188f04
children a7d92d7d3d4f
files xmlto/receipt
line diff
     1.1 --- a/xmlto/receipt	Fri Oct 23 23:34:03 2015 +0300
     1.2 +++ b/xmlto/receipt	Sat Oct 24 00:22:26 2015 +0300
     1.3 @@ -21,6 +21,11 @@
     1.4  		$CONFIGURE_ARGS &&
     1.5  	make &&
     1.6  	make DESTDIR=$DESTDIR install
     1.7 +
     1.8 +	for file in $install/usr/share/xmlto/format/*/*; do
     1.9 +		sed -i "s|http://docbook.sourceforge.net/release/xsl/current/|\
    1.10 +/usr/share/xml/docbook/stylesheet/docbook-xsl/|" "$file"
    1.11 +	done
    1.12  }
    1.13  
    1.14  genpkg_rules()