Add manpage for cdist-type-build-emulation

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-20 00:30:19 +01:00
parent faa6267bc9
commit 9aa60b3b1d
4 changed files with 41 additions and 0 deletions

View File

@ -31,6 +31,7 @@ MANSRC=$(MANDIR)/cdist.text \
$(MANDIR)/cdist-run-remote.text \
$(MANDIR)/cdist-stages.text \
$(MANDIR)/cdist-type.text \
$(MANDIR)/cdist-type-build-emulation.text \
$(MANDIR)/cdist-type-template.text \

View File

@ -1,3 +1,6 @@
1.3.1:
* Document cdist-type-build-emulation
1.3.0: 2011-03-20
* Add support for local and remote code generation and execution
* Bugfix: Remove obsolete $@ call in cdist-remote-explorer-run

View File

@ -1 +1,5 @@
Ensure bin/* is documented
- cdist-remote-code-run-all
- cdist-remote-explorer-run
- cdist-type-emulator

View File

@ -0,0 +1,33 @@
cdist-type-build-emulation(1)
=============================
Nico Schottelius <nico-cdist--@--schottelius.org>
NAME
----
cdist-type-build-emulation - Build executables for types
SYNOPSIS
--------
cdist-type-build-emulation OUT_DIR
DESCRIPTION
-----------
cdist-type-build-emulation creates a link to cdist-type-emulator
for every TYPE. These links are placed in a OUT_DIR, which
is prepended into $PATH. This way the user can use TYPE in the
manifests like any other executable.
SEE ALSO
--------
- cdist(7)
- cdist-type-emulator(1)
COPYING
-------
Copyright \(C) 2011 Nico Schottelius. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).