summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-19 20:20:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-19 20:20:45 +0000
commit721d7e8f7dae3835e26ae5adfc3a406f898213b5 (patch)
tree537772464a214301c352ca67b1a97eb9adf0ddfb /configure
parent04e2cabd7dec77c86711aad88155cf024db4ff06 (diff)
downloadmpv-721d7e8f7dae3835e26ae5adfc3a406f898213b5.tar.bz2
mpv-721d7e8f7dae3835e26ae5adfc3a406f898213b5.tar.xz
Man pages moved to DOCS/man/.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11182 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c853749dda..0a30e5ee86 100755
--- a/configure
+++ b/configure
@@ -1871,7 +1871,7 @@ for i in $_language ; do
done
test -z "$_language" && _language=en
for i in $LANGUAGES ; do
- if test -f "DOCS/$i/mplayer.1" ; then
+ if test -f "DOCS/man/$i/mplayer.1" ; then
LANGUAGES=`echo $LANGUAGES | sed "s/$i *//2" | sed 's/ *$//'`
else
LANGUAGES=`echo $LANGUAGES | sed "s/$i *//g" | sed 's/ *$//'`