From d5ea42cec129056fba0fc41fa7af2e419fdab0a4 Mon Sep 17 00:00:00 2001 From: codehelp Date: Wed, 19 Aug 2009 09:31:56 +0000 Subject: [PATCH] collate POT strings to make it easier for translation. git-svn-id: http://emdebian.org/svn/current@6599 563faec7-e20c-0410-992a-a66f704d0ccd --- doc/genmanpages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/genmanpages b/doc/genmanpages index 308d4a8..9c22768 100755 --- a/doc/genmanpages +++ b/doc/genmanpages @@ -67,7 +67,7 @@ echo "Processing Docbook XML . . . " for file in `ls doc/xml/*.xml`; do xmllint --format "$file" --output "$file" LOCAL=`basename $file` - wrap_langs "[type:xml]" "$file" "\$lang:doc/xml/\$lang/$LOCAL" + wrap_langs "[type:docbook]" "$file" "\$lang:doc/xml/\$lang/$LOCAL" done echo "Processing POD . . ."