Index: chapter.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml,v retrieving revision 1.26 diff -u -r1.26 chapter.sgml --- chapter.sgml 6 Aug 2008 22:03:49 -0000 1.26 +++ chapter.sgml 26 Dec 2008 02:22:09 -0000 @@ -86,7 +86,7 @@ - Simple method: Using <command>csup</command> + Simple Method: Using <command>csup</command> The csup command is part of the base system and already used extensively by most people for updating the @@ -145,8 +145,8 @@ - Advanced method: Maintaining a local - <application>CVS</application> doc/www repository + Advanced Method: Maintaining a Local + <application>CVS</application> doc/www Repository This method will give you more advanced options, but will require you to install the @@ -245,7 +245,7 @@ - Build the web pages from scratch + Build the Web Pages from Scratch Having completed either of the two methods, you will be ready to start the website build. In our example, the build directory is @@ -273,7 +273,7 @@ - Install the web pages into your web server + Install the Web Pages into Your Web Server @@ -305,7 +305,7 @@ - Environment variables + Environment Variables @@ -349,8 +349,8 @@ WEB_ONLY - If set and not empty, the makefiles will build and install - only the HTML pages from the www directory. All documents from + If set and not empty, the Makefiles will build and install + only the HTML pages from the www directory. All documents from the doc directory (Handbook, FAQ, Tutorials) will be ignored. E.g.: @@ -359,18 +359,31 @@ + WEB_LANG + + + If set, the Makefiles will build and install only for + the languages specified by this variable inside the + www directory. All + other languages except English will be ignored. E.g.: + + &prompt.root; make WEB_LANG="el es hu nl" all install + + + + NOPORTSCVS - If set, the makefiles will not checkout files from the ports - cvs repository. Instead, it will copy the files from + If set, the Makefiles will not checkout files from the ports + CVS repository. Instead, it will copy the files from /usr/ports (or where the variable PORTSBASE points to). - WEB_ONLY, ENGLISH_ONLY and + WEB_ONLY, WEB_LANG, ENGLISH_ONLY and NOPORTSCVS are make variables. You can set the variables in /etc/make.conf, Makefile.inc, as environment variables on the