diff options
Diffstat (limited to 'Make.8.in')
-rw-r--r-- | Make.8.in | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -8,24 +8,22 @@ Make \- somewhat more powerfull alternative to make .SH OPTIONS .TP .B "\-A, \-\-Ausgabe Ausgabedatei" -store commands in \fIAusgabedatei\fP -.TP -.B "\-W, \-\-Watte" -just print what would be done +store commands in \fIAusgabedatei\fP. +If absent, commands are printed to stdout. .TP .B "\-D, \-\-Datei Machdatei" -read rules from \fIMachdatei\fP +read rules from \fIMachdatei\fP. +If absent, use \fIMachdatei\fP in current directory. .TP .B "\-P, \-\-Prüfsummen Prüfsummendatei" -read/store checksums in \fIPrüfsummendatei\fP +read/store checksums in \fIPrüfsummendatei\fP. +If absent, use \fI.summen\fP in same directory as \fIMachdatei\fP. .TP .B "\-a, \-\-alleSummenErneuern" refresh all checksums .TP .B "\-u, \-\-unsicher" accept running jobs outside of directory of \fIAusgabedatei\fP or \fIPrüfsummendatei\fP -.TP -Options \fB-D\fP, \fB-P\fP and either \fB-W\fP or \fB-A\fP are compulsory. .SH MACHDATEI SYNTAX \fB#\fP starts comments, empty lines are ignored. .PP |