mirror of
https://salsa.debian.org/hertzog/debian-handbook.git
synced 2026-01-16 23:01:01 +00:00
Remove hack to add lang= values to XML files
Publican 4.3.2-3 already add the lang= value, so adding it twice only get the file rejected when checked against the DTD.
This commit is contained in:
parent
df8211400c
commit
ebbf2c9dfb
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ parse_options "$@"
|
|||
|
||||
if [ ! -e tmp/$OPT_lang/xml ] || [ -z "$OPT_skip" ]; then
|
||||
publican build --formats=xml --langs=$OPT_lang
|
||||
sed -i -e "s/<book/<book lang=\"${OPT_lang}\"/" tmp/$OPT_lang/xml/debian-handbook.xml
|
||||
fi
|
||||
|
||||
cp -a bin/epub tmp/$OPT_lang/xml/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue