You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			306 B
		
	
	
	
		
			Makefile
		
	
			
		
		
	
	
			14 lines
		
	
	
		
			306 B
		
	
	
	
		
			Makefile
		
	
| #!/usr/bin/make -f
 | |
| export DH_VERBOSE=1
 | |
| 
 | |
| %:
 | |
| 	NOSE_EXCLUDE=test_run_colored_output \
 | |
| 	  dh $@ --with python3 --buildsystem=pybuild
 | |
| 
 | |
| override_dh_auto_build:
 | |
| 	dh_auto_build
 | |
| 	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman docs build/man
 | |
| 
 | |
| override_dh_installman:
 | |
| 	dh_installman build/man/yamllint.1
 |