typo
git-svn-id: http://emdebian.org/svn/current@6623 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
9259c1ca6c
commit
8a682282b2
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ mkdir -p doc/html/
|
|||
#done
|
||||
for file in $XMLDIR/*.xml; do
|
||||
LOCAL=`basename $file`
|
||||
wrap_langs "[type:docbook]" "$file" "\$lang:$XMLDIR\$lang/$LOCAL"
|
||||
wrap_langs "[type:docbook]" "$file" "\$lang:$XMLDIR/\$lang/$LOCAL"
|
||||
done
|
||||
for file in $DOCBOOKDIR; do
|
||||
LOCAL=`basename $file`
|
||||
|
|
Loading…
Reference in a new issue