Add to git.
[makeplus.git] / doc / make+-man.xml
1 <refentry id="make+">
2   <refmeta>
3     <refentrytitle>make+</refentrytitle>
4     <manvolnum>1</manvolnum>
5   </refmeta>
6
7   <refnamediv>
8     <refname>make+</refname>
9     <refpurpose>build system</refpurpose>
10   </refnamediv>
11
12   <refsynopsisdiv>
13     <cmdsynopsis>
14       <command>make+</command>
15       <!--<arg choice="opt">
16         <option>abc</option>
17       </arg>-->
18       <arg choice="opt" rep="repeat">target</arg>
19     </cmdsynopsis>
20   </refsynopsisdiv>
21
22   <refsect1><title>Description</title>
23     <para>
24       For each file that is a directory, <command>ls</command> lists
25       the contents of the directory; for each file that is an ordinary
26       file, <command>ls</command> repeats its name and any other
27       information requested.
28     </para>
29   </refsect1>
30 </refentry>