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