File: README

package info (click to toggle)
rpy 0.4.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,988 kB
  • ctags: 14,206
  • sloc: ansic: 15,392; python: 977; makefile: 406; sh: 28
file content (26 lines) | stat: -rw-r--r-- 760 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This directory contains the main documentation for RPy.  It is in texinfo
format in the file 'manual.texi'.  Several formats derived from this file are
provided.  If you need another format, please, ask me.

Formats provided:

manual.dvi
manual.info
manual.pdf
manual_html [directory]


If you need to rebuild the documentation, you can do:

    make dvi         (to build the dvi file)
    make pdf	     (to build the pdf file)
    make html	     (to build the directory 'manual_html')
    make info	     (to build the info file)

    make all	     (to build all the formats)
    make clean       (to remove auxiliary files)
    make dist-clean  (to remove all formats)

You must have the correspondig tools to build the different formats, see the
Makefile.