.TH DEPTRACK 1 "1 February 2003" "Version @VERSION@" "PHP dependency tracker" .SH NAME deptrack \- a PHP dependency tracker .SH SYNOPSIS .B deptrack [\fB-h\fR] .br .B deptrack [\fB-d\fR] [\fB-f\fR \fIconfig\fR] \fIroot\fR .SH DESCRIPTION \fBdeptrack\fR is a script that allows you to analyse the dependencies of a set of PHP files and store the results in a MySQL database. Prior to running \fBdeptrack\fR you should have created the tables to store the dependencies and have a configured \fI~/.deptrackrc\fR file. .SH OPTIONS .IP "\fB-h\fR" Display syntax help. .IP "\fB-f\fR" Use \fIconfig\fR instead of ~/.deptrackrc .IP "\fB-d\fR" Enable debug mode. .SH COPYRIGHT Copyright \(co 2002-2003 Jeremy Lainé .PP This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.