mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include ../tools.mk
 | |
| 
 | |
| all:
 | |
| 	$(RUSTDOC) -Z unstable-options --generate-redirect-map foo.rs -o "$(TMPDIR)/out"
 | |
| 	"$(PYTHON)" validate_json.py "$(TMPDIR)/out"
 | 
