diff options
author | Erich Eckner <git@eckner.net> | 2016-04-28 11:33:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-28 11:33:12 +0200 |
commit | 04f2d805a4e2f99d9fc8b23ce82ac637c024b45a (patch) | |
tree | 5d4a9f797afc86c0fe374634dd35c38e0698d19d /Make.8.in | |
parent | 349a2c9069c26dab42c669d25b1d1e975d140026 (diff) | |
download | Make-04f2d805a4e2f99d9fc8b23ce82ac637c024b45a.tar.xz |
Makefile neuv1.0.1
Diffstat (limited to 'Make.8.in')
-rw-r--r-- | Make.8.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Make.8.in b/Make.8.in new file mode 100644 index 0000000..c852460 --- /dev/null +++ b/Make.8.in @@ -0,0 +1,34 @@ +.TH Make 8 "" "Make #VERSION#" "" +.SH NAME +Make \- somewhat more powerfull alternative to make +.SH SYNOPSIS +\fBMake [options]\fP +.SH DESCRIPTION +\fBMake\fP checks currentness of compiled files and compiles outdated ones as specified by +regex-aware rules. +.SH OPTIONS +.TP +.B "\-A, \-\-Ausgabe $Ausgabedatei" +store commands in $Ausgabedatei +.TP +.B "\-H, \-\-Hilfe" +display help screen +.TP +.B "\-W, \-\-Watte" +just print what would be done +.TP +.B "\-D, \-\-Datei $Machdatei" +read rules from $Machdatei +.TP +.B "\-P, \-\-Prüfsummen $Prüfsummendatei" +read/store checksums in $Prüfsummendatei +.TP +.B "\-a, \-\-alleSummenErneuern" +refresh all checksums +.TP +.B "\-u, \-\-unsicher" +accept running jobs outside of directory of $Ausgabedatei or $Prüfsummendatei +.SH AUTHOR +.nf +Erich Eckner <opensource at eckner dot net> +.fi |