feat: Rename Baf to boring-backup
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@@ -23,13 +23,13 @@ tests:
 | 
			
		||||
	for test in $(tests_dir)/*.bats; do bats --verbose-run --print-output-on-failure "$$test"; done
 | 
			
		||||
 | 
			
		||||
lint:
 | 
			
		||||
	shellcheck $(src_dir)/baf || true
 | 
			
		||||
	shellcheck $(src_dir)/boring-backup || true
 | 
			
		||||
	shellcheck $(src_dir)/lib/* || true
 | 
			
		||||
 | 
			
		||||
docs: builddir
 | 
			
		||||
	# See rst2man(1), rst2html(1), https://docutils.sourceforge.io/docs/index.html
 | 
			
		||||
	rst2man $(docs_dir)/baf.1.rst | gzip -9 > $(docs_build_dir)/baf.1.gz
 | 
			
		||||
	rst2html $(docs_dir)/baf.1.rst > $(docs_build_dir)/baf.1.html
 | 
			
		||||
	rst2man $(docs_dir)/boring-backup.1.rst | gzip -9 > $(docs_build_dir)/boring-backup.1.gz
 | 
			
		||||
	rst2html $(docs_dir)/boring-backup.1.rst > $(docs_build_dir)/boring-backup.1.html
 | 
			
		||||
 | 
			
		||||
builddir:
 | 
			
		||||
	mkdir -p $(build_dir)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user