From 04cf7c6351f0802899d2cb5d8552b2a4b1c08acf Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 4 Apr 2015 01:52:14 +0200 Subject: Add basic man pages for documentation --- docs/redo-ifcreate.1.ronn | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/redo-ifcreate.1.ronn (limited to 'docs/redo-ifcreate.1.ronn') diff --git a/docs/redo-ifcreate.1.ronn b/docs/redo-ifcreate.1.ronn new file mode 100644 index 0000000..365feae --- /dev/null +++ b/docs/redo-ifcreate.1.ronn @@ -0,0 +1,35 @@ +redo-ifcreate(1) -- rebuild if target is created +================================================ + +## SYNOPSIS + +`redo-ifcreate` [...] + +## DESCRIPTION + +`redo-ifcreate` creates a 'on create' dependency on the given (nonexistent) +. Should any of those be created in the future, then +`REDO_PARENT_TARGET` (usually the target that is being built by the .do script) +is flagged out-of-date. + +If any of the already exist `redo-ifcreate` will return a nonzero exit +code. + +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-always(1) + +## REDO + +Part of the redo(1) suite. -- cgit v1.2.3-70-g09d2