File: README.install

package info (click to toggle)
sgml2x 1.0.0-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 188 kB
  • ctags: 35
  • sloc: sh: 550; makefile: 127; perl: 50
file content (23 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Installation instructions
=========================

For a default installation (under /usr/local/), run:

$ make
$ su
# make install


For a non-default install (here under $HOME/local), run:

$ make prefix=$HOME/local
$ make install prefix=$HOME/local

See top-level Makefile for various other adjustable locations.


You need to make ${SGMLDIR}/misc/sgml2x.catalog read by the SMGL
toolchain.  The best way is to have it included by the default
catalog - this depends on the OS you're using.

The shipped Debian packaging files take care of all of this.