diff options
author | Erich Eckner <git@eckner.net> | 2016-05-10 11:37:20 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-05-10 11:37:20 +0200 |
commit | df238f2618220d9a310e9d25f28c68d3f3f41d32 (patch) | |
tree | eb51ff0704227a4ce36db30c02faf03ca816b6c6 | |
parent | 394e27efc7906ec40f960d23095dc5aebee84fd6 (diff) | |
download | Make-df238f2618220d9a310e9d25f28c68d3f3f41d32.tar.xz |
manpage update
-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 |