mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
Updated credits.pl to add a XML header/DTD to credits.xml
svn-id: r25994
This commit is contained in:
parent
693d474502
commit
bccf93108c
@ -179,8 +179,11 @@ sub begin_credits {
|
||||
print "// This file was generated by credits.pl. Do not edit by hand!\n";
|
||||
print "static const char *credits[] = {\n";
|
||||
} elsif ($mode eq "XML") {
|
||||
print "<?xml version='1.0'?>\n";
|
||||
print "<!-- This file was generated by credits.pl. Do not edit by hand! -->\n";
|
||||
print "<appendix>\n";
|
||||
print "<!DOCTYPE appendix PUBLIC '-//OASIS//DTD DocBook XML V4.2//EN'\n";
|
||||
print " 'http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'>\n";
|
||||
print "<appendix id='credits'>\n";
|
||||
print " <title>" . $title . "</title>\n";
|
||||
print " <informaltable frame='none'>\n";
|
||||
print " <tgroup cols='3' align='left' colsep='0' rowsep='0'>\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user