aboutsummaryrefslogtreecommitdiffstats
path: root/docs/redo-always.1.ronn
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-04-04 01:52:14 +0200
committerTharre <tharre3@gmail.com>2015-04-04 01:52:14 +0200
commit04cf7c6351f0802899d2cb5d8552b2a4b1c08acf (patch)
treeb0673a9916ecb706b6d1b61de76d2fd8348d1ae0 /docs/redo-always.1.ronn
parent91bef81e00a7e289509125686418a97c591eb459 (diff)
downloadredo-04cf7c6351f0802899d2cb5d8552b2a4b1c08acf.tar.gz
redo-04cf7c6351f0802899d2cb5d8552b2a4b1c08acf.tar.xz
redo-04cf7c6351f0802899d2cb5d8552b2a4b1c08acf.zip
Add basic man pages for documentation
Diffstat (limited to 'docs/redo-always.1.ronn')
-rw-r--r--docs/redo-always.1.ronn31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/redo-always.1.ronn b/docs/redo-always.1.ronn
new file mode 100644
index 0000000..164877f
--- /dev/null
+++ b/docs/redo-always.1.ronn
@@ -0,0 +1,31 @@
+redo-always(1) -- rebuild always
+================================
+
+## SYNOPSIS
+
+`redo-always`
+
+## DESCRIPTION
+
+`redo-always` creates a 'always' dependency on `REDO_PARENT_TARGET` - it will be
+rebuilt every time. However, should multiple files depend on the same target
+it will only be rebuild once.
+
+This command should usually be called from within a .do script. See redo(1).
+
+## EXAMPLES
+
+(none yet)
+
+## ENVIRONMENT
+
+Requires `REDO_PARENT_TARGET` and `REDO_ROOT` to be defined. See redo(1) for a
+description of these variables.
+
+## SEE ALSO
+
+redo-ifchange(1), redo-ifcreate(1)
+
+## REDO
+
+Part of the redo(1) suite.