-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathredo-ifcreate.html
35 lines (35 loc) · 1.67 KB
/
redo-ifcreate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<meta name="author" content="Gyepi Sam" />
<meta name="date" content="2018-10-03" />
<title>redo-ifcreate(1) Redux User Manual</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">redo-ifcreate(1) Redux User Manual</h1>
<h2 class="author">Gyepi Sam</h2>
<h3 class="date">October 03, 2018</h3>
</div>
<!-- DO NOT EDIT -- Autogenerated file. See default.md.do instead. -->
<h1 id="name">NAME</h1>
<p>ifcreate - Creates dependency on non-existence of targets.</p>
<h1 id="synopsis">SYNOPSIS</h1>
<p>redux ifcreate [TARGET...]</p>
<h1 id="options">OPTIONS</h1>
<p>-? Show help</p>
<p>-h Show help</p>
<p>-help</p>
<pre><code> Show help</code></pre>
<h1 id="notes">NOTES</h1>
<p>The ifcreate command creates a dependency on the non-existence of the target files. The current file will be invalidated if the target comes into existence. If the target exists, the command returns an error.</p>
<h1 id="description">DESCRIPTION</h1>
<p>This command can be invoked as <code>redux ifcreate</code> or, through a symlink, as <code>redo-ifcreate</code>.</p>
<p>The <code>ifcreate</code> command marks the current target as out of date when a non-existent prerequisite file comes into existence or is deleted.</p>
<p>This command should be placed in a do file and not run directly.</p>
</body>
</html>