Mercurial > mplayer.hg
comparison DOCS/xml/configure @ 27297:d41a06f831ee
docs build fix
author | henry |
---|---|
date | Sat, 19 Jul 2008 07:11:18 +0000 |
parents | 484bf3498911 |
children | 486844bc3b84 |
comparison
equal
deleted
inserted
replaced
27296:a316bc1ea84d | 27297:d41a06f831ee |
---|---|
150 echo "Not found. Using default ($_dtd)." | 150 echo "Not found. Using default ($_dtd)." |
151 else | 151 else |
152 echo "Found docbookx.dtd at $_dtd" | 152 echo "Found docbookx.dtd at $_dtd" |
153 fi | 153 fi |
154 | 154 |
155 for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do | 155 for lang in `grep 'DOC_LANGS =' ../../config.mak|cut -d= -f2`; do |
156 cat > $lang/main.xml << EOF | 156 cat > $lang/main.xml << EOF |
157 <?xml version="1.0" encoding="utf-8" standalone="no"?> | 157 <?xml version="1.0" encoding="utf-8" standalone="no"?> |
158 <!-- ************************************************** | 158 <!-- ************************************************** |
159 This file is generated automatically. DO NOT EDIT. | 159 This file is generated automatically. DO NOT EDIT. |
160 ************************************************** --> | 160 ************************************************** --> |