diff options
-rw-r--r-- | Make.8 | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -0,0 +1,34 @@ +.TH Make 8 "" "Make" "" +.SH NAME +Make \- somewhat more powerfull alternative to make +.SH SYNOPSIS +\fBMake [options]\fP +.SH DESCRIPTION +\fBMake\fP checks currentness of compiled files and compiles outdated ones as specified by +regex-aware rules. +.SH OPTIONS +.TP +.B "\-A, \-\-Ausgabe $Ausgabedatei" +store commands in $Ausgabedatei +.TP +.B "\-H, \-\-Hilfe" +display help screen +.TP +.B "\-W, \-\-Watte" +just print what would be done +.TP +.B "\-D, \-\-Datei $Machdatei" +read rules from $Machdatei +.TP +.B "\-P, \-\-Prüfsummen $Prüfsummendatei" +read/store checksums in $Prüfsummendatei +.TP +.B "\-a, \-\-alleSummenErneuern" +refresh all checksums +.TP +.B "\-u, \-\-unsicher" +unsure +.SH AUTHOR +.nf +Erich Eckner <opensource at eckner dot net> +.fi |