mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 0cfadce547
			
		
	
	0cfadce547
	
	
	
		
			
			igor(1) checks if the document date is today, so this should prevent forgetting to bump the date in the future.
		
			
				
	
	
		
			6 lines
		
	
	
		
			61 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			61 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| MAN = nvim.1
 | |
| 
 | |
| lint:
 | |
| 	mandoc -Tlint -Wall $(MAN)
 | |
| 	igor $(MAN)
 |