summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-05-10 11:37:20 +0200
committerErich Eckner <git@eckner.net>2016-05-10 11:37:20 +0200
commitdf238f2618220d9a310e9d25f28c68d3f3f41d32 (patch)
treeeb51ff0704227a4ce36db30c02faf03ca816b6c6
parent394e27efc7906ec40f960d23095dc5aebee84fd6 (diff)
downloadMake-df238f2618220d9a310e9d25f28c68d3f3f41d32.tar.xz
manpage update
-rw-r--r--Make.8.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/Make.8.in b/Make.8.in
index 7e1ce71..58129b5 100644
--- a/Make.8.in
+++ b/Make.8.in
@@ -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