[Privoxy-devel] build from source doc

Lee ler762 at gmail.com
Mon Apr 23 19:43:50 UTC 2018


I looked at adding the cygwin/windows setup info to the user manual
"Building from Source" section

How does one get section headers to work in an sgml include file?

user-manual.sgml just does a
  &buildsource;
to pull in buildsource.sgml, so look there and the windows specific
setup info probably should go before
<para>
 For more detailed instructions on how to build Redhat RPMs,
 Windows self-extracting installers, building on platforms with
 special requirements etc, please consult the <ulink
 url="https://www.privoxy.org/developer-manual/newrelease.html">developer
manual</ulink>.
</para>

and certainly before
<para>
 The simplest command line to start <application>Privoxy</application> is
 <command>$path/privoxy --user=privoxy  $path/etc/privoxy/config</command>.
 See <command>privoxy --usage</command>, or the man page, for other options,
 and configuration.
</para>


How in the world do you get section headers (which is what creates the
table of contents links - right?) to work in the middle of an included
sgml file?

make dok
dies at the first <para> after the </sect3>

or is there some other way to generate a heading + table of contents
link without using <sect> tags?

Thanks
Lee


More information about the Privoxy-devel mailing list