diff options
author | Erich Eckner <git@eckner.net> | 2017-12-20 12:08:27 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-12-20 12:08:27 +0100 |
commit | fcf80750bc8d304a737de087e67cf2719320f01c (patch) | |
tree | 8c431c0ac80f80991469637c6da893dd5194305e | |
parent | 064ec76c2cdcdea381e8615033076f4cf37a2ca8 (diff) | |
download | Make-fcf80750bc8d304a737de087e67cf2719320f01c.tar.xz |
update man page
-rw-r--r-- | Make.1.in | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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. |