forked from ungleich-public/cdist
		
	cleanup and update changelog
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								749bf6adb7
							
						
					
				
			
			
				commit
				
					
						7c84f729a3
					
				
			
		
					 4 changed files with 8 additions and 11 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -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:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
									
								
							
							
						
						
									
										7
									
								
								doc/changelog
									
										
									
									
									
										Normal 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
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
1.0.0: 2011-03-07
 | 
			
		||||
	* Initial release
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue