Fix completions generation
This commit is contained in:
		
							parent
							
								
									5cc3d5144d
								
							
						
					
					
						commit
						6003e52c8a
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -8,10 +8,10 @@ get-target:
 | 
			
		|||
output-dir:
 | 
			
		||||
	mkdir -p ./output
 | 
			
		||||
 | 
			
		||||
generate: get-target output-dir
 | 
			
		||||
	BASHLY_SOURCE_DIR=$(TARGET) bashly generate
 | 
			
		||||
completions: get-target
 | 
			
		||||
	BASHLY_SOURCE_DIR=$(TARGET) bashly add completions
 | 
			
		||||
 | 
			
		||||
generate-upgrade: get-target output-dir
 | 
			
		||||
generate: get-target output-dir completions
 | 
			
		||||
	BASHLY_SOURCE_DIR=$(TARGET) bashly generate --upgrade
 | 
			
		||||
 | 
			
		||||
docs: generate
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue