summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-20 12:08:27 +0100
committerErich Eckner <git@eckner.net>2017-12-20 12:08:27 +0100
commitfcf80750bc8d304a737de087e67cf2719320f01c (patch)
tree8c431c0ac80f80991469637c6da893dd5194305e
parent064ec76c2cdcdea381e8615033076f4cf37a2ca8 (diff)
downloadMake-fcf80750bc8d304a737de087e67cf2719320f01c.tar.xz
update man page
-rw-r--r--Make.1.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/Make.1.in b/Make.1.in
index 48acf2f..8cb4ddf 100644
--- a/Make.1.in
+++ b/Make.1.in
@@ -22,8 +22,11 @@ If absent, use \fI.summen\fP in same directory as \fIMachdatei\fP.
.B "\-l, \-\-leise"
print nothing but error messages and (if \fB-A\fP omitted) commands
.TP
+.B "\-s, \-\-sicher"
+always check for jobs running outside of directory of \fIAusgabedatei\fP or \fIPrüfsummendatei\fP
+.TP
.B "\-u, \-\-unsicher"
-accept running jobs outside of directory of \fIAusgabedatei\fP or \fIPrüfsummendatei\fP
+never check for jobs running outside of directory of \fIAusgabedatei\fP or \fIPrüfsummendatei\fP
.TP
.B "\-w, \-\-warten"
wait for user input on error
@@ -77,8 +80,9 @@ file name and path of \fIn\fP-th source file
.B "%ifile\fIn\fP%" (*)
file name of \fIn\fP-th source file
.TP
-.B "%basename\fIn\fP%" (*)
-file name of \fIn\fP-th source file without extension(s)
+.B "%basename\fIn1\fP,\fIn2\fP%" (*)
+file name of \fIn1\fP-th source file without last n2 extension(s).
+If \fIn2\fP is omitted, it defaults to removing all extensions.
.TP
.B "%dirname\fIn1\fP,\fIn2\fP,\fIn3\fP%" (*)
components \fIn2\fP upto \fIn3\fP of path to \fIn1\fP-th source file.