[DOC] cleanup cdist-config

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-16 10:02:46 +01:00
parent b6f231063e
commit a8ae699c8f
3 changed files with 9 additions and 12 deletions

View File

@ -11,7 +11,6 @@ WEBPAGE=software/cdist.mdwn
MANDIR=doc/man
# Unchecked
MANSRC=$(MANDIR)/cdist-config-layout.text \
$(MANDIR)/cdist-config.text \
$(MANDIR)/cdist-quickstart.text \
$(MANDIR)/cdist-stages.text \
$(MANDIR)/cdist-terms.text \
@ -21,6 +20,7 @@ MANGENERATED=$(MANDIR)/cdist-reference.text
MANSRC=$(MANDIR)/cdist.text \
$(MANDIR)/cdist-bin-transfer.text \
$(MANDIR)/cdist-config.text \
$(MANDIR)/cdist-env.text \
$(MANDIR)/cdist-deploy-to.text \
$(MANDIR)/cdist-explorer.text \
@ -40,7 +40,7 @@ all:
@echo ''
@echo 'Here are the possible targets:'
@echo ''
@echo ' man: Build manpages'
@echo ' man: Build manpages (requires Asciidoc (a2x binary))'
@echo ' clean: Remove build stuff'
@echo ''
@echo ''

View File

@ -1,6 +1,7 @@
1.1:
* Replace type __file with __file, __directory, __link
* Document cdist-env
* Document cdist-config
1.0.4: 2011-03-15
* New type __motd

View File

@ -10,18 +10,14 @@ cdist-config - Read basic cdist configuration
DESCRIPTION
-----------
Cdist-config is sourced by all helper programs and provides
hints on where to find the library. Cdist-config needs to be
in the path.
AUTHOR
------
Nico Schottelius <mailto:nico-cdist--@--schottelius.org[]>
Cdist-config is sourced by cdist programs and provides hints on where to find
types, manifests, etc. Generally speaking, it's just usable from within the
core and is only of interest for cdist-developers.
RESOURCES
---------
Main web site: http://www.nico.schottelius.org/cdist/[]
SEE ALSO
--------
cdist(7)
COPYING