| 1 |
<!--
|
| 2 |
|
| 3 |
These variables are read and used by .sgml files; they are included
|
| 4 |
separate from the main document since they may need to change. This
|
| 5 |
allows builders to override the defaults without editing the main SGML
|
| 6 |
file.
|
| 7 |
|
| 8 |
These entries are usually language independent
|
| 9 |
|
| 10 |
Remember, this is SGML; the *first* definition of an entity wins.
|
| 11 |
|
| 12 |
-->
|
| 13 |
|
| 14 |
<!-- whether or not to show the FIXME stuff -->
|
| 15 |
<!entity % FIXME "INCLUDE">
|
| 16 |
|
| 17 |
<!-- proper (long) name to use for Debian -->
|
| 18 |
<!entity debian "Debian GNU/Linux">
|
| 19 |
|
| 20 |
<!-- URLs -->
|
| 21 |
<!entity url-dselect-beginner "http://www.debian.org/doc/manuals/dselect-beginner/">
|
| 22 |
<!entity url-install-manual "http://www.debian.org/releases/stable/installmanual">
|
| 23 |
|
| 24 |
<!-- release data -->
|
| 25 |
<!entity release "3.0">
|
| 26 |
<!entity num-of-distrib-pkgs "8710">
|
| 27 |
|
| 28 |
|
| 29 |
<!-- Keep this comment at the end of the file
|
| 30 |
Local variables:
|
| 31 |
mode: sgml
|
| 32 |
End:
|
| 33 |
-->
|