compile all manpages in parallel!
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								417ce61821
							
						
					
				
			
			
				commit
				
					
						dbe74dcc33
					
				
			
		
					 1 changed files with 3 additions and 2 deletions
				
			
		
							
								
								
									
										5
									
								
								build.sh
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								build.sh
									
										
									
									
									
								
							| 
						 | 
					@ -51,9 +51,10 @@ case "$1" in
 | 
				
			||||||
   manbuild)
 | 
					   manbuild)
 | 
				
			||||||
      for src in ${MAN1DSTDIR}/*.text ${MAN7DSTDIR}/*.text; do
 | 
					      for src in ${MAN1DSTDIR}/*.text ${MAN7DSTDIR}/*.text; do
 | 
				
			||||||
         echo "Compiling manpage and html for $src"
 | 
					         echo "Compiling manpage and html for $src"
 | 
				
			||||||
         $A2XM "$src"
 | 
					         $A2XM "$src" &
 | 
				
			||||||
         $A2XH "$src"
 | 
					         $A2XH "$src" &
 | 
				
			||||||
      done
 | 
					      done
 | 
				
			||||||
 | 
					      wait
 | 
				
			||||||
   ;;
 | 
					   ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   mandirs)
 | 
					   mandirs)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue