diff options
Diffstat (limited to 'docs/installer/makepot.sh')
-rwxr-xr-x | docs/installer/makepot.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/installer/makepot.sh b/docs/installer/makepot.sh deleted file mode 100755 index 2aaf6e1b..00000000 --- a/docs/installer/makepot.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - - po4a-gettextize --format docbook --master-charset UTF-8 --po help.pot \ - --msgid-bugs-address "doc-discuss@ml.mageia.org" --copyright-holder "Mageia" \ - --package-name "Mageia Installer Help" --package-version "6.0" \ - $( -for doc in en/*.xml; do - echo --master $doc -done - ) |