cleanup and update changelog

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-08 00:25:08 +01:00
parent 749bf6adb7
commit 7c84f729a3
4 changed files with 8 additions and 11 deletions

View File

@ -44,7 +44,7 @@ man: doc/man/.marker
doc/man/.marker: $(MANSRC)
for mansrc in $(MANSRC); do $(A2X) $$mansrc; done
for manpage in $(MANDIR)/*.[1-9]; do cat=$${manpage##*.}; echo $$cat; mandir=$(MANDIR)/man$$cat; mkdir -p $$mandir; mv $$manpage $$mandir; done
for manpage in $(MANDIR)/*.[1-9]; do cat=$${manpage##*.}; mandir=$(MANDIR)/man$$cat; mkdir -p $$mandir; mv $$manpage $$mandir; done
touch $@
clean:

View File

@ -53,14 +53,6 @@ but is not. Or: The reason why I began to write cdist.
* sh
* find, rm, ...
### Roadmap
[[!table data="""
**Version** | **Objectives** | **Status**
1.0.0 | Initial release |
1.0.1 | Documentation cleanup |
"""]]
## Requirements
### Server

7
doc/changelog Normal file
View File

@ -0,0 +1,7 @@
1.0.1: 2011-03-08
* Added cdist-type-template including manpage
* Fix manpage building
* Add new manpages: cdist-stages, cdist-bin-transfer
1.0.0: 2011-03-07
* Initial release

View File

@ -1,2 +0,0 @@
1.0.0: 2011-03-07
* Initial release