Description
`customize' is a shell script to manage configuration files and links.
It helps to save the configuration files of an installed oparation system and to restore them (e.g. when installing again after a hard disk crash or on another computer). It is also possible to view differences between an actual configuration file and the stored one. By making a full comparision with all stored configuration files the chance to forget a file is much smaller.
Installation
Simply copy `customize' to a location in your command path (e.g. /usr/bin).
The makefile is only used for generating the documentation. :)
Documentation
The documentation is in `customize.info'. To view it use `info -f customize.info' or an ascii viewer of your choice.
From the texinfo source it is possible to generate html and dvi versions of the documentation with `make html' or `make dvi' repectively.
Files
AUTHORS Who wrote customize.
COPYING The GNU General Public License
says how you can use customize.
Makefile To generate the documentation (info and dvi).
README This file.
customize Shell script (the program).
customize.info Documentation of the program.
customize.texinfo Documentation source.
testsuite Check correct function of the program.
