Add makefile for man
This commit is contained in:
		
							parent
							
								
									d49e3dd6ec
								
							
						
					
					
						commit
						a3081367db
					
				
							
								
								
									
										10
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | ||||
| PREFIX ?= /usr/local | ||||
| BUILD_DIR = build/$(PREFIX)/share/man | ||||
| 
 | ||||
| man: | ||||
| 	mkdir -vp $(BUILD_DIR) | ||||
| 	chainlib-man.py -b`PYTHONPATH=. python chainlib/eth/runnable/flags.py gas` -n eth-gas -d $(BUILD_DIR)/ man/gas.head.groff | ||||
| 	chainlib-man.py -b`PYTHONPATH=. python chainlib/eth/runnable/flags.py info` -n eth-info -d $(BUILD_DIR)/ man/info.head.groff | ||||
| 
 | ||||
| 
 | ||||
| .PHONY: man | ||||
| @ -1 +0,0 @@ | ||||
| WALLET_KEY_FILE	foobar baz | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user