On Sun, Dec 31, 2017 at 12:00 AM, Eitan Adler <li...@eitanadler.com> wrote: > On 30 December 2017 at 23:57, Russell Haley <russ.ha...@gmail.com> wrote: >> On Sat, Dec 30, 2017 at 11:39 PM, Eitan Adler <li...@eitanadler.com> wrote: >>> On 30 December 2017 at 23:36, Russell Haley <russ.ha...@gmail.com> wrote: >>>> Hi, >>>> >>>> I'm getting a build error on a fresh checkout. My base directory is >>>> ~/freebsd. This is the same error that stumped me some months back. >>>> Any advice would be grand. As follows: >>>> >>>> mkdir docs; svn co https://svn.freebsd.org/doc/head/ docs/ >>> >>> do you have the 'docproj' package installed? >> >> No I did not (but will shortly). Thank you! > > I would also encourage you to read the documentation primer. Available > here: https://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer > > > > -- > Eitan Adler
Hello, Section 7.7.1 discusses using General Entities to reference other chapters in the book. The section uses an example listing chapter1.xml, chapter2.xml and chapter3.xml. An introductory section explained that the books are now organized using a directory per chapter and the files are now simply called chapter.xml. Does the above dichotomy mean the section should use an example of chapter1/chapter.xml like below? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [ <!ENTITY chapter.1 SYSTEM "chapter1/chapter.xml"> <!ENTITY chapter.2 SYSTEM "chapter2/chapter.xml"> <!ENTITY chapter.3 SYSTEM "chapter3/chapter.xml"> <!-- And so forth --> ]> Thanks, Russ _______________________________________________ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"