Author: henry Date: Sat Jul 19 09:11:18 2008 New Revision: 27329 Log: docs build fix
Modified: trunk/DOCS/xml/configure Modified: trunk/DOCS/xml/configure ============================================================================== --- trunk/DOCS/xml/configure (original) +++ trunk/DOCS/xml/configure Sat Jul 19 09:11:18 2008 @@ -152,7 +152,7 @@ else echo "Found docbookx.dtd at $_dtd" fi -for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do +for lang in `grep 'DOC_LANGS =' ../../config.mak|cut -d= -f2`; do cat > $lang/main.xml << EOF <?xml version="1.0" encoding="utf-8" standalone="no"?> <!-- ************************************************** _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
