mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -264,7 +264,7 @@ public/js/index.js: $(JAVASCRIPTS)
 | 
				
			|||||||
stylesheets-check: stylesheets
 | 
					stylesheets-check: stylesheets
 | 
				
			||||||
	@diff=$$(git diff public/css/index.css); \
 | 
						@diff=$$(git diff public/css/index.css); \
 | 
				
			||||||
	if [ -n "$$diff" ]; then \
 | 
						if [ -n "$$diff" ]; then \
 | 
				
			||||||
		echo "Please run 'make less' and commit the result:"; \
 | 
							echo "Please run 'make stylesheets' and commit the result:"; \
 | 
				
			||||||
		echo "$${diff}"; \
 | 
							echo "$${diff}"; \
 | 
				
			||||||
		exit 1; \
 | 
							exit 1; \
 | 
				
			||||||
	fi;
 | 
						fi;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user