Index: chapter.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml,v retrieving revision 1.16 diff -u -r1.16 chapter.sgml --- chapter.sgml 5 Jan 2006 20:03:35 -0000 1.16 +++ chapter.sgml 26 Dec 2008 02:49:37 -0000 @@ -74,19 +74,11 @@ - Package building is handled by FreeBSD's - pkg_create. If you are not using - FreeBSD, you will either have to live without packages, or - compile the source yourself. - - - gzip is needed to create compressed versions of the document. bzip2 compression and zip archives are also supported. - tar is supported, but package - building demands it. + tar is supported. @@ -170,7 +162,7 @@ COMPAT_SYMLINK is specific to compatibility symlinks (amazingly enough) for languages to their official encoding (doc/en would point to - en_US.ISO-8859-1). + en_US.ISO8859-1). DOC_PREFIX is the path to the root of the FreeBSD Document Project tree. This is not always that easy to @@ -226,7 +218,7 @@ that should be built for this document. INSTALL_COMPRESSED is the default list of compression techniques that should be used in the document - build. INSTALL_ONLY_COMPRESS, empty by + build. INSTALL_ONLY_COMPRESSED, empty by default, should be non-empty if only compressed documents are desired in the build. @@ -241,7 +233,7 @@ - FreeBSD Documentation Project make includes + FreeBSD Documentation Project Make Includes This is best explained by inspection of the code. Here are the system include files: @@ -368,7 +360,7 @@ - Targets and macros + Targets and Macros Dependencies are described by target: @@ -415,17 +407,15 @@ down, not on the way back up. - Provided targets + Provided Targets - install and - package both go down the + install + goes down the directory tree calling the real versions of themselves in the subdirectories - (realinstall and - realpackage - respectively). + (realinstall). @@ -439,7 +429,7 @@ - More on conditionals + More on Conditionals @@ -460,7 +450,7 @@ - Looping constructs in make (.for) + Looping Constructs in Make (.for) .for provides a way to repeat a set of instructions for each space-separated element in a variable.