wine/documentation/wine-faq.sgml
Francois Gouget d97bbd05b0 Wrap faq.sgml in an article tag in wine-doc.sgml.
Set the article class to 'faq'.
Move the title to faq.sgml.
2002-12-05 19:14:02 +00:00

13 lines
229 B
Plaintext

<!doctype Article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!-- *** Include list of authors *** -->
<!entity % authors SYSTEM "authors.ent">
%authors;
<!entity faq SYSTEM "faq.sgml">
]>
<article class="faq">
&faq;
</article>