18 lines
308 B
Plaintext
18 lines
308 B
Plaintext
|
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
||
|
|
||
|
<!-- *** Include list of authors *** -->
|
||
|
<!entity % authors SYSTEM "authors.ent">
|
||
|
%authors;
|
||
|
|
||
|
<!entity packaging SYSTEM "packaging.sgml">
|
||
|
]>
|
||
|
|
||
|
<book id="index">
|
||
|
<bookinfo>
|
||
|
<title>Wine Packagers Guide</title>
|
||
|
</bookinfo>
|
||
|
|
||
|
&packaging;
|
||
|
|
||
|
</book>
|