File: INSTALL

package info (click to toggle)
djbdoc2man 1.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 96 kB
  • ctags: 8
  • sloc: python: 152; makefile: 84
file content (14 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
1. Type 'make' to generate the python script 'djbdoc2man'.

2. Type 'make install' to install the script, the man page and some
   documentation files. You can add some make variables to specify
   install directories:
   
     ROOT     The base install directory. Defaults to '/usr/local'
     BINDIR   Directory for the script. Defaults to '$(ROOT)/bin'
     MANDIR   Base directory for manpages. Defaults to '$(ROOT)/man'
     DOCDIR   Base Directory for tdocumentation. Defaults to '$(ROOT)/doc'
     
   Example: 
   
   make install ROOT=/usr MANDIR=/usr/share/man DOCDIR=/usr/share/doc