[svnbook] r5207 committed - branches/1.8/vi/book/ch00-preface.xml

C. Michael Pilato cmpilato at red-bean.com
Fri Oct 21 10:27:35 CDT 2016


The book build is Makefile driven, much like many pieces of software.  I
would strongly suggest that you read the README file that's found in your
translation directory.  It explains the whole build setup and compile
process.  Once you've got all the tooling in place, there are just a few
commands you'll use:

   - `make valid` - This runs a validation checker tool (xmllint) to ensure
   that the XML in your book/ subdirectory is valid.  You should run this
   every time before committing changes.
   - `make html` - This builds the single-page HTML version of the book,
   creating book/svn-book.html.
   - `make html-chunk` - This builds the multi-page HTML version of the
   book, creating book/html-chunk/* (with an index.html top page)
   - `make pdf` - This builds the PDF version of the book, creating
   book/svn-book.pdf.  Note that the PDF and other FO-based builds are a
   bit more complex to setup, so don't worry if you can't figure out how to
   get this working.




On Fri, Oct 21, 2016 at 11:10 AM, Chinh Do <chinh.d.v at gmail.com> wrote:

> Thanks Mike!
>
> As I'm new to Python, DocBook... could you please give me some very short
> instruction of how to compile the book? I'm on macOS
>
> Thanks,
> Chinh
>
> On Oct 21, 2016 10:06 PM, "C. Michael Pilato" <cmpilato at red-bean.com>
> wrote:
>
>> 2016-10-21 5:24 GMT-04:00 <chinhdo at users.sourceforge.net>:
>>
>>> Revision: 5207
>>>           http://sourceforge.net/p/svnbook/source/5207
>>> Author:   chinhdo
>>> Date:     2016-10-21 09:24:25 +0000 (Fri, 21 Oct 2016)
>>> Log Message:
>>> -----------
>>> 100% translated version of Preface (without refinement)
>>>
>>
>> Congratulations!
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.red-bean.com/pipermail/svnbook-dev/attachments/20161021/a9b278b8/attachment-0002.html>


More information about the svnbook-dev mailing list