# $Id: INSTALL,v 1.2 2001/12/19 23:14:45 joostvb Exp $

(See below for instructions in English)

manpages-nl installeren
-----------------------

Pak de tarball uit, configure en make:

        $ tar zxf manpages-nl-0.13.1.tar.gz
        $ cd manpages-nl-0.13.1
        $ ./configure

(of: ./configure --prefix=$HOME/local )

        $ make

Om de handleidingen te installeren, doe je

        $ make install

Lees README voor gebruik van de manpages.

Bewaar het gegenereerde Makefile als je later nog wilt de-installeren: Om dit 
pakket te de-installeren, doe

        $ make uninstall


Installing manpages-nl
----------------------

Unpack the tarball somewhere, configure, and make:

        $ tar zxf manpages-nl-0.13.1.tar.gz
        $ cd manpages-nl-0.13.1
        $ ./configure

(or: ./configure --prefix=$HOME/local )

        $ make

To install the manpage sourcefiles do 

	$ make install

Refer to README for usage.

Keep the Makefile lying around, if you'd like to be able to uninstall the
package later: To remove this package, do

	$ make uninstall


