diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2018-02-23 20:34:43 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-02-23 20:34:43 +0200 |
commit | 89f013bb4d68b0df17131df47f320ab4a44f060f (patch) | |
tree | 3a8a398ff40d57cc86940f295c97509802935f32 /docs/bootiso/makepot.sh | |
parent | cd4e1a8183a04d6067bdfa2894b64da8ec339c93 (diff) | |
download | tools-89f013bb4d68b0df17131df47f320ab4a44f060f.tar tools-89f013bb4d68b0df17131df47f320ab4a44f060f.tar.gz tools-89f013bb4d68b0df17131df47f320ab4a44f060f.tar.bz2 tools-89f013bb4d68b0df17131df47f320ab4a44f060f.tar.xz tools-89f013bb4d68b0df17131df47f320ab4a44f060f.zip |
Create stable folder and move stable docs there
Diffstat (limited to 'docs/bootiso/makepot.sh')
-rwxr-xr-x | docs/bootiso/makepot.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/bootiso/makepot.sh b/docs/bootiso/makepot.sh deleted file mode 100755 index 19e3f46c..00000000 --- a/docs/bootiso/makepot.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - - po4a-gettextize --format docbook -o doctype="book" \ - -o nodefault="<imageobject> <caution> <note>" -o untranslated="<imageobject>" -o translated="<caution> <note>" \ - --master-charset UTF-8 --po bootiso.pot \ - --msgid-bugs-address "doc-discuss@ml.mageia.org" --copyright-holder "Mageia" \ - --package-name "Mageia Boot ISO Help" --package-version "6.0" \ - $( -for doc in en/*.xml; do - echo --master $doc -done - ) |