aboutsummaryrefslogtreecommitdiffstats
path: root/docs/bootiso/makepot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bootiso/makepot.sh')
-rwxr-xr-xdocs/bootiso/makepot.sh12
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
- )