summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 16:31:21 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 16:31:21 +0000
commit8e8fbcbaecd73dcc604a5d0718a6b912eedb9e5f (patch)
tree697e772eea1d303f8c1ea0dca7831ec029b4cdba
parent2558c30739bd52854bde3bc6ef58177fb415b3c1 (diff)
downloadmpv-8e8fbcbaecd73dcc604a5d0718a6b912eedb9e5f.tar.bz2
mpv-8e8fbcbaecd73dcc604a5d0718a6b912eedb9e5f.tar.xz
help*.h files moved to help/ subdir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7485 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure12
-rwxr-xr-xhelp/help_diff.sh (renamed from help_diff.sh)0
-rw-r--r--help/help_mp-bg.h (renamed from help_mp-bg.h)0
-rw-r--r--help/help_mp-cs.h (renamed from help_mp-cs.h)0
-rw-r--r--help/help_mp-de.h (renamed from help_mp-de.h)0
-rw-r--r--help/help_mp-dk.h (renamed from help_mp-dk.h)0
-rw-r--r--help/help_mp-el.h (renamed from help_mp-el.h)0
-rw-r--r--help/help_mp-en.h (renamed from help_mp-en.h)0
-rw-r--r--help/help_mp-es.h (renamed from help_mp-es.h)0
-rw-r--r--help/help_mp-fr.h (renamed from help_mp-fr.h)0
-rw-r--r--help/help_mp-hu.h (renamed from help_mp-hu.h)0
-rw-r--r--help/help_mp-it.h (renamed from help_mp-it.h)0
-rw-r--r--help/help_mp-ko.h (renamed from help_mp-ko.h)0
-rw-r--r--help/help_mp-nl.h (renamed from help_mp-nl.h)0
-rw-r--r--help/help_mp-no.h (renamed from help_mp-no.h)0
-rw-r--r--help/help_mp-pl.h (renamed from help_mp-pl.h)0
-rw-r--r--help/help_mp-pt_BR.h (renamed from help_mp-pt_BR.h)0
-rw-r--r--help/help_mp-ro.h (renamed from help_mp-ro.h)0
-rw-r--r--help/help_mp-ru.h (renamed from help_mp-ru.h)0
-rw-r--r--help/help_mp-sk.h (renamed from help_mp-sk.h)0
-rw-r--r--help/help_mp-uk.h (renamed from help_mp-uk.h)0
-rw-r--r--help/help_mp-zh_CN.h (renamed from help_mp-zh_CN.h)0
22 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 17ff00ce91..d14113d817 100755
--- a/configure
+++ b/configure
@@ -104,7 +104,7 @@ case `echo -n` in
*) _echo_n='-n ' _echo_c= ;; # BSD echo
esac
-LANGUAGES=`echo help_mp-??.h help_mp-??_??.h | sed "s/help_mp-\(..\).h/\1/g" |sed "s/help_mp-\(.....\).h/\1/g"`
+LANGUAGES=`echo help/help_mp-??.h help/help_mp-??_??.h | sed "s/help_mp-\(..\).h/\1/g" |sed "s/help_mp-\(.....\).h/\1/g"`
for parm in "$@" ; do
if test "$parm" = "--help" || test "$parm" = "-help" || test "$parm" = "-h" ; then
@@ -1484,14 +1484,14 @@ echores "$_setlocale"
echocheck "language"
test -z "$LINGUAS" && LINGUAS="en"
-if test -f "help_mp-${LINGUAS}.h" ; then
+if test -f "help/help_mp-${LINGUAS}.h" ; then
echores "using ${LINGUAS}"
else
echores "${LINGUAS} not found, using en"
LINGUAS="en"
fi
-_mp_help="help_mp-${LINGUAS}.h"
-test -f help_mp-${LINGUAS}.h || die "help_mp-${LINGUAS}.h not found"
+_mp_help="help/help_mp-${LINGUAS}.h"
+test -f $_mp_help || die "$_mp_help not found"
echocheck "enable sighandler"
if test "$_sighandler" = yes ; then
@@ -4881,9 +4881,9 @@ cat > help_mp.h << EOF
#include "$_mp_help"
EOF
-if test $_mp_help != "help_mp-en.h"; then
+if test $_mp_help != "help/help_mp-en.h"; then
echo "Adding untranslated messages to help_mp.h"
- ./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
+ help/help_diff.sh $_mp_help <help/help_mp-en.h >> help_mp.h
fi
#############################################################################
diff --git a/help_diff.sh b/help/help_diff.sh
index 165e573cdb..165e573cdb 100755
--- a/help_diff.sh
+++ b/help/help_diff.sh
diff --git a/help_mp-bg.h b/help/help_mp-bg.h
index 8791b914cd..8791b914cd 100644
--- a/help_mp-bg.h
+++ b/help/help_mp-bg.h
diff --git a/help_mp-cs.h b/help/help_mp-cs.h
index 6fdd8d8510..6fdd8d8510 100644
--- a/help_mp-cs.h
+++ b/help/help_mp-cs.h
diff --git a/help_mp-de.h b/help/help_mp-de.h
index c46e18fbee..c46e18fbee 100644
--- a/help_mp-de.h
+++ b/help/help_mp-de.h
diff --git a/help_mp-dk.h b/help/help_mp-dk.h
index a2a0076337..a2a0076337 100644
--- a/help_mp-dk.h
+++ b/help/help_mp-dk.h
diff --git a/help_mp-el.h b/help/help_mp-el.h
index 0950ec2363..0950ec2363 100644
--- a/help_mp-el.h
+++ b/help/help_mp-el.h
diff --git a/help_mp-en.h b/help/help_mp-en.h
index 7a244a29e4..7a244a29e4 100644
--- a/help_mp-en.h
+++ b/help/help_mp-en.h
diff --git a/help_mp-es.h b/help/help_mp-es.h
index 4546148025..4546148025 100644
--- a/help_mp-es.h
+++ b/help/help_mp-es.h
diff --git a/help_mp-fr.h b/help/help_mp-fr.h
index 5581e5c4e4..5581e5c4e4 100644
--- a/help_mp-fr.h
+++ b/help/help_mp-fr.h
diff --git a/help_mp-hu.h b/help/help_mp-hu.h
index 510eac7279..510eac7279 100644
--- a/help_mp-hu.h
+++ b/help/help_mp-hu.h
diff --git a/help_mp-it.h b/help/help_mp-it.h
index f097dc09c1..f097dc09c1 100644
--- a/help_mp-it.h
+++ b/help/help_mp-it.h
diff --git a/help_mp-ko.h b/help/help_mp-ko.h
index f9fd45995c..f9fd45995c 100644
--- a/help_mp-ko.h
+++ b/help/help_mp-ko.h
diff --git a/help_mp-nl.h b/help/help_mp-nl.h
index 1389dec34b..1389dec34b 100644
--- a/help_mp-nl.h
+++ b/help/help_mp-nl.h
diff --git a/help_mp-no.h b/help/help_mp-no.h
index 2e9c60cc78..2e9c60cc78 100644
--- a/help_mp-no.h
+++ b/help/help_mp-no.h
diff --git a/help_mp-pl.h b/help/help_mp-pl.h
index 63cfb2a975..63cfb2a975 100644
--- a/help_mp-pl.h
+++ b/help/help_mp-pl.h
diff --git a/help_mp-pt_BR.h b/help/help_mp-pt_BR.h
index 4f4b5c2029..4f4b5c2029 100644
--- a/help_mp-pt_BR.h
+++ b/help/help_mp-pt_BR.h
diff --git a/help_mp-ro.h b/help/help_mp-ro.h
index d8e3e8dee0..d8e3e8dee0 100644
--- a/help_mp-ro.h
+++ b/help/help_mp-ro.h
diff --git a/help_mp-ru.h b/help/help_mp-ru.h
index 9207dc950c..9207dc950c 100644
--- a/help_mp-ru.h
+++ b/help/help_mp-ru.h
diff --git a/help_mp-sk.h b/help/help_mp-sk.h
index 2323f4d2ec..2323f4d2ec 100644
--- a/help_mp-sk.h
+++ b/help/help_mp-sk.h
diff --git a/help_mp-uk.h b/help/help_mp-uk.h
index 24ceb501e9..24ceb501e9 100644
--- a/help_mp-uk.h
+++ b/help/help_mp-uk.h
diff --git a/help_mp-zh_CN.h b/help/help_mp-zh_CN.h
index 68210eb8a5..68210eb8a5 100644
--- a/help_mp-zh_CN.h
+++ b/help/help_mp-zh_CN.h