mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 22:02:59 +00:00
Clearly state that main.xml is generated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20456 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d796a6ca18
commit
07a1fca254
3
DOCS/xml/configure
vendored
3
DOCS/xml/configure
vendored
@ -149,6 +149,9 @@ fi
|
|||||||
for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do
|
for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do
|
||||||
cat > $lang/main.xml << EOF
|
cat > $lang/main.xml << EOF
|
||||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||||
|
<!-- **************************************************
|
||||||
|
This file is generated automatically. DO NOT EDIT.
|
||||||
|
************************************************** -->
|
||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
"$_dtd"
|
"$_dtd"
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user