Mercurial > mplayer.hg
comparison DOCS/xml/README @ 31108:20cee5a646b3
Merge both XML documentation README files into one.
author | diego |
---|---|
date | Tue, 11 May 2010 21:25:12 +0000 |
parents | 0ad2da052b2e |
children | 7c10f547ce96 |
comparison
equal
deleted
inserted
replaced
31107:a29b422baba5 | 31108:20cee5a646b3 |
---|---|
71 | 71 |
72 to see all available build targets and make your choice. If something goes | 72 to see all available build targets and make your choice. If something goes |
73 wrong, check the Configuration section of the toplevel Makefile and adjust | 73 wrong, check the Configuration section of the toplevel Makefile and adjust |
74 the variables. | 74 the variables. |
75 | 75 |
76 The documentation and its translations reside in subdirectories. | |
77 When building the documentation, the generated HTML files are | |
78 placed in subdirectories of the 'HTML' directory. | |
79 | |
80 IMPORTANT: Do NOT place sensitive files under 'HTML'! | |
81 It is for generated documentation only. | |
82 The whole directory tree is wiped out by the Makefile | |
83 when running 'make distclean' or 'make clean'. | |
84 | |
85 | |
86 Adding new translations | |
87 ~~~~~~~~~~~~~~~~~~~~~~~ | |
88 | |
89 1) Create a new subdirectory and copy the XML files there. main.xml must not be | |
90 copied, it is autogenerated. | |
91 | |
92 2) In each translated file after the <?xml ... ?> tag you must put a note | |
93 like <!-- synced with r2 -->, where 2 is the revision of corresponding | |
94 English file (see comment at the top of file). | |
95 | |
96 That's all, in theory. | |
97 | |
76 | 98 |
77 A few words about SGML catalog files | 99 A few words about SGML catalog files |
78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 100 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
79 | 101 |
80 As far as I know, the document type declaration in XML files requires | 102 As far as I know, the document type declaration in XML files requires |