~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to system/doc/Books/src/HOWTO.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Peter H�gfeldt          2001-04-27      A
 
2
 
 
3
HOWTO for building books for printing
 
4
-------------------------------------
 
5
 
 
6
Note:   Books are also built automatically by a daily build script.
 
7
        That is the only safe way to build books. 
 
8
 
 
9
Note:   Manual handling of dependency files has been removed. 
 
10
 
 
11
1.      To build a book, ug say, in pdf format with a frame, be sure
 
12
        to have a clean view, and run
 
13
 
 
14
        i)      clearmake -V clean
 
15
        ii)     clearmake -V depend
 
16
        iii)    clearmake -V ug.frame.pdf
 
17
 
 
18
        You can build the following variants: ug.ps, ug.pdf, ug.frame.ps,
 
19
        ug.frame.pdf, ug.crop.ps, and ug.crop.pdf. 
 
20
 
 
21
        To build all frame.pdf and crop.pdf books replace iii) by
 
22
 
 
23
        iii)    clearmake -V release_books TESTROOT=/some/dest/dir
 
24
 
 
25
        and you will get all books in /some/dest/dir.
 
26
 
 
27
2.      To change the contents of a book you have to:
 
28
 
 
29
        i)      Edit the sgml book file, e.g. ug.sgml.
 
30
 
 
31
        ii)     Do the corresponding changes in the Makefile (if needed).
 
32
 
 
33
 
 
34
 
 
35