aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs/stable/installer/makepot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/stable/installer/makepot.sh')
-rwxr-xr-xdocs/docs/stable/installer/makepot.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/docs/stable/installer/makepot.sh b/docs/docs/stable/installer/makepot.sh
new file mode 100755
index 00000000..2aaf6e1b
--- /dev/null
+++ b/docs/docs/stable/installer/makepot.sh
@@ -0,0 +1,10 @@
+#!/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
+ )