comparison DOCS/xml/configure @ 20440:ef1252f1ac2d

Clearly state that main.xml is generated
author torinthiel
date Thu, 26 Oct 2006 09:10:32 +0000
parents b7f727c156fd
children 3ea816dc678e
comparison
equal deleted inserted replaced
20439:6ec1b069b2de 20440:ef1252f1ac2d
147 fi 147 fi
148 148
149 for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do 149 for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do
150 cat > $lang/main.xml << EOF 150 cat > $lang/main.xml << EOF
151 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?> 151 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
152 <!-- **************************************************
153 This file is generated automatically. DO NOT EDIT.
154 ************************************************** -->
152 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 155 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
153 "$_dtd" 156 "$_dtd"
154 [ 157 [
155 EOF 158 EOF
156 159