mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.
This makes XML documentation generation work again. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29372 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
990a1eb471
commit
08a14cf5a4
4
configure
vendored
4
configure
vendored
@ -8127,9 +8127,9 @@ export LC_ALL = C
|
||||
CONFIGURATION = $_configuration
|
||||
|
||||
CHARSET = $_charset
|
||||
DOC_LANGS = $doc_langs
|
||||
DOC_LANGS = $language_doc
|
||||
DOC_LANG_ALL = $doc_lang_all
|
||||
MAN_LANGS = $man_langs
|
||||
MAN_LANGS = $language_man
|
||||
MAN_LANG_ALL = $man_lang_all
|
||||
|
||||
prefix = \$(DESTDIR)$_prefix
|
||||
|
Loading…
Reference in New Issue
Block a user