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/installer/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/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 - ) |