1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
INSTALL: ddir - Display DOS style hierarchical directory tree
-------------------------------------------------------------
System wide install
Run makefile with appropriate parameters. The program is
installed without any file extension. An example:
make [-n] DESTDIR= prefix=/usr/local install
Manual install
1. Copy bin/*.pl somewhere along $PATH
2. Copy manual page *.1 somewhere along $MANPATH
License
This file is public domain. Originally written 2010 by Jari
Aalto.
End of file
|