From 89f013bb4d68b0df17131df47f320ab4a44f060f Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 23 Feb 2018 20:34:43 +0200 Subject: Create stable folder and move stable docs there --- docs/bootiso/update.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 docs/bootiso/update.sh (limited to 'docs/bootiso/update.sh') diff --git a/docs/bootiso/update.sh b/docs/bootiso/update.sh deleted file mode 100755 index 766e64be..00000000 --- a/docs/bootiso/update.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -POFILE=$1 - -if [[ $POFILE == "" ]]; then - for i in *.po - do - echo -n $i": " - msgmerge --backup=none --update $i bootiso.pot && \ - msgfmt -o /dev/null --statistics --check $i - done -else - echo -n $1".po: " - msgmerge --backup=none --update $1.po bootiso.pot && \ - msgfmt -o /dev/null --statistics --check $1.po -fi -- cgit v1.2.1