[DOC] cleanup cdist-config
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b6f231063e
commit
a8ae699c8f
3 changed files with 9 additions and 12 deletions
4
Makefile
4
Makefile
|
@ -11,7 +11,6 @@ WEBPAGE=software/cdist.mdwn
|
||||||
MANDIR=doc/man
|
MANDIR=doc/man
|
||||||
# Unchecked
|
# Unchecked
|
||||||
MANSRC=$(MANDIR)/cdist-config-layout.text \
|
MANSRC=$(MANDIR)/cdist-config-layout.text \
|
||||||
$(MANDIR)/cdist-config.text \
|
|
||||||
$(MANDIR)/cdist-quickstart.text \
|
$(MANDIR)/cdist-quickstart.text \
|
||||||
$(MANDIR)/cdist-stages.text \
|
$(MANDIR)/cdist-stages.text \
|
||||||
$(MANDIR)/cdist-terms.text \
|
$(MANDIR)/cdist-terms.text \
|
||||||
|
@ -21,6 +20,7 @@ MANGENERATED=$(MANDIR)/cdist-reference.text
|
||||||
|
|
||||||
MANSRC=$(MANDIR)/cdist.text \
|
MANSRC=$(MANDIR)/cdist.text \
|
||||||
$(MANDIR)/cdist-bin-transfer.text \
|
$(MANDIR)/cdist-bin-transfer.text \
|
||||||
|
$(MANDIR)/cdist-config.text \
|
||||||
$(MANDIR)/cdist-env.text \
|
$(MANDIR)/cdist-env.text \
|
||||||
$(MANDIR)/cdist-deploy-to.text \
|
$(MANDIR)/cdist-deploy-to.text \
|
||||||
$(MANDIR)/cdist-explorer.text \
|
$(MANDIR)/cdist-explorer.text \
|
||||||
|
@ -40,7 +40,7 @@ all:
|
||||||
@echo ''
|
@echo ''
|
||||||
@echo 'Here are the possible targets:'
|
@echo 'Here are the possible targets:'
|
||||||
@echo ''
|
@echo ''
|
||||||
@echo ' man: Build manpages'
|
@echo ' man: Build manpages (requires Asciidoc (a2x binary))'
|
||||||
@echo ' clean: Remove build stuff'
|
@echo ' clean: Remove build stuff'
|
||||||
@echo ''
|
@echo ''
|
||||||
@echo ''
|
@echo ''
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
1.1:
|
1.1:
|
||||||
* Replace type __file with __file, __directory, __link
|
* Replace type __file with __file, __directory, __link
|
||||||
* Document cdist-env
|
* Document cdist-env
|
||||||
|
* Document cdist-config
|
||||||
|
|
||||||
1.0.4: 2011-03-15
|
1.0.4: 2011-03-15
|
||||||
* New type __motd
|
* New type __motd
|
||||||
|
|
|
@ -10,18 +10,14 @@ cdist-config - Read basic cdist configuration
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Cdist-config is sourced by all helper programs and provides
|
Cdist-config is sourced by cdist programs and provides hints on where to find
|
||||||
hints on where to find the library. Cdist-config needs to be
|
types, manifests, etc. Generally speaking, it's just usable from within the
|
||||||
in the path.
|
core and is only of interest for cdist-developers.
|
||||||
|
|
||||||
AUTHOR
|
|
||||||
------
|
|
||||||
Nico Schottelius <mailto:nico-cdist--@--schottelius.org[]>
|
|
||||||
|
|
||||||
|
|
||||||
RESOURCES
|
SEE ALSO
|
||||||
---------
|
--------
|
||||||
Main web site: http://www.nico.schottelius.org/cdist/[]
|
cdist(7)
|
||||||
|
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
|
|
Loading…
Reference in a new issue