Added "hidden feature" (def UNOFFEXTRAS) for more easily generating
up-to-date READMEs for my own (non-US/)non-free CDs.
This commit is contained in:
parent
0e65cd3b52
commit
ef89f2f4fa
|
@ -130,12 +130,14 @@ CONTENTS:
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef UNOFFEXTRAS
|
||||
<A href="#lastmin">Last-Minute Notes</A>
|
||||
<P>
|
||||
|
||||
#if OUTPUTtext
|
||||
</LI><LI>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if TYPEbinary
|
||||
<A href="#apt">Using CDs with Dselect and Apt</A>
|
||||
|
@ -146,19 +148,23 @@ CONTENTS:
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef UNOFFEXTRAS
|
||||
<A href="#nonfree">Non-free/Non-US</A>
|
||||
<P>
|
||||
|
||||
#if OUTPUTtext
|
||||
</LI><LI>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef UNOFFEXTRAS
|
||||
<A href="#cdmanuf">CD Manufacturers</A>
|
||||
<P>
|
||||
|
||||
#if OUTPUTtext
|
||||
</LI><LI>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
<A href="#other">More Information</A>
|
||||
|
||||
|
@ -265,6 +271,7 @@ This CD-ROM is labeled
|
|||
DISKNAME
|
||||
</tt>
|
||||
<P>
|
||||
#ifndef UNOFFEXTRAS
|
||||
which means that this CD is number DISKNUM of totally TOTALNUM CDs containing
|
||||
#if TYPEbinary
|
||||
programs ("binaries") for `ARCH' computers.
|
||||
|
@ -282,6 +289,9 @@ the programs on the Binary CDs. This means that the source code of the
|
|||
programs on the Binary-DISKNUM CD can most likely be found on this CD
|
||||
(though there may be some variation due to size issues).
|
||||
#endif
|
||||
#else
|
||||
#include <unoffextrascd.html.in>
|
||||
#endif
|
||||
|
||||
<A name="install">
|
||||
#if OUTPUTtext
|
||||
|
@ -396,6 +406,7 @@ Installing
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef UNOFFEXTRAS
|
||||
<A name="lastmin">
|
||||
#if OUTPUTtext
|
||||
<P> <P><H2>
|
||||
|
@ -437,7 +448,7 @@ Last-minutes notes for this CD may be available on
|
|||
</LI>
|
||||
|
||||
</UL>
|
||||
|
||||
#endif
|
||||
|
||||
#if TYPEbinary
|
||||
<A name="apt">
|
||||
|
@ -492,6 +503,7 @@ Last-minutes notes for this CD may be available on
|
|||
#endif
|
||||
|
||||
|
||||
#ifndef UNOFFEXTRAS
|
||||
<A name="nonfree">
|
||||
#if OUTPUTtext
|
||||
<P> <P><H2>
|
||||
|
@ -524,7 +536,9 @@ packages. You can get them from our FTP/HTTP mirror sites.
|
|||
|
||||
<P>
|
||||
Note that you <i>are</i> allowed to <i>import</i> non-US packages into the US.
|
||||
#endif
|
||||
|
||||
#ifndef UNOFFEXTRAS
|
||||
<A name="cdmanuf">
|
||||
#if OUTPUTtext
|
||||
<P> <P><H2>
|
||||
|
@ -551,7 +565,7 @@ For all needed information, and contact addresses, please refer to
|
|||
<tt>
|
||||
<a href="http://cdimage.debian.org/">http://cdimage.debian.org</a>
|
||||
</tt>
|
||||
|
||||
#endif
|
||||
|
||||
<A name="other">
|
||||
#if OUTPUTtext
|
||||
|
|
Loading…
Reference in New Issue