summaryrefslogtreecommitdiff
path: root/Make.8.in
diff options
context:
space:
mode:
Diffstat (limited to 'Make.8.in')
-rw-r--r--Make.8.in34
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