Date: Sat, 21 Apr 2012 08:04:06 +0200 From: Polytropon <freebsd@edvax.de> To: Antonio Olivares <olivares14031@gmail.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: find sources to build Handbook and FAQ for FreeBSD? Message-ID: <20120421080406.2364338b.freebsd@edvax.de> In-Reply-To: <CAJ5UdcP5yHqwLWkOHv=hbDu8jAg21F%2B7j6BvV=yuv9tgY-=nCQ@mail.gmail.com> References: <CAJ5UdcOfKT0A2zNDZFqxVyG9wU%2B5MSgDF6WoB1BPx3zHdfYc1Q@mail.gmail.com> <alpine.BSF.2.00.1204201935460.54561@wonkity.com> <CAJ5UdcP5yHqwLWkOHv=hbDu8jAg21F%2B7j6BvV=yuv9tgY-=nCQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 21 Apr 2012 00:50:20 -0500, Antonio Olivares wrote: > On Fri, Apr 20, 2012 at 8:45 PM, Warren Block <wblock@wonkity.com> wrote: > > On Fri, 20 Apr 2012, Antonio Olivares wrote: > > > >> Does anyone know where the source(s) for the FreeBSD Handbook and > >> FreeBSD FAQ are found? > > > > > > SGML source is in /usr/doc/en_US.ISO8859-1/books/handbook/ and > > /usr/doc/en_US.ISO8859-1/books/faq/, or other subdirectories under /usr= /doc > > for other languages. =A0There's build infrastructure in /usr/doc/share. >=20 > [olivares@tricorehome ~]$ cd /usr/doc/share > bash: cd: /usr/doc/share: No such file or directory > [olivares@tricorehome ~]$ cd /usr/doc/ > bash: cd: /usr/doc/: No such file or directory See the /usr/ports/misc/freebsd-doc* ports. They will install the documentation in a freebsd/ subtree at the obvious location. % ls /usr/local/share/doc/freebsd de@ en@ faq@ de_DE.ISO8859-1/ en_US.ISO8859-1/ handbook@ As you can see from this example, I have the "en" and "de" languages installed. The articles/ and books/ subtrees will contain the HTML files. > > Some description about the doc tools is in the FreeBSD Documentation Pr= oject > > Primer at > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html >=20 > Thanks, but I am looking for \TeX{}/\LaTeX{} source files that are > used to build the *.pdf versions of HANDBOOK, & FAQ. If one does a > properties on a PDF, we can see maker dvips + ghostscript 8.71. This > is what I am looking for, the files to produce that document[sources > in tex/latex form] and see if I can produce it with what is readily > available in kertex now. >=20 > If I look in /usr/local/share/doc, these are not there either I think that's because of the move of documentation out of the base system, into separate ports for the supported languages. SGML source files are in /usr/src/release/doc (part of the system sources). --=20 Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120421080406.2364338b.freebsd>