Mercurial > mplayer.hg
changeset 34277:e85a6a143edf
debian: adjust documentation build process, which now works non-recursively
author | diego |
---|---|
date | Tue, 29 Nov 2011 05:05:16 +0000 |
parents | ba5fdd2fa980 |
children | 70ac8d21e6ca |
files | debian/all-lang-config-mak.sh debian/rules |
diffstat | 2 files changed, 1 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/all-lang-config-mak.sh Tue Nov 29 00:48:34 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -#!/bin/sh - -# hack to avoid having to configure mplayer just for building the -# xml documentation - -doc_lang_all=`echo DOCS/xml/??/ DOCS/xml/??_??/ | sed -e "s:DOCS/xml/\(..\)/:\1:g" -e "s:DOCS/xml/\(.._..\)/:\1:g"` - -echo "DOC_LANG_ALL = ${doc_lang_all}" -echo "DOC_LANGS = ${doc_lang_all}"