mirror of
				https://github.com/Akkudoktor-EOS/EOS.git
				synced 2025-10-30 06:16:21 +00:00 
			
		
		
		
	remove excess double quotes in Makefile (#437)
This commit is contained in:
		
				
					committed by
					
						 Dominique Lasserre
						Dominique Lasserre
					
				
			
			
				
	
			
			
			
						parent
						
							0bda5ba4cc
						
					
				
				
					commit
					aee4ca2a4f
				
			
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -17,8 +17,8 @@ help: | ||||
| 	@echo "  docker-build - Rebuild docker image" | ||||
| 	@echo "  docs         - Generate HTML documentation (in build/docs/html/)." | ||||
| 	@echo "  read-docs    - Read HTML documentation in your browser." | ||||
| 	@echo "  gen-docs     - Generate openapi.json and docs/_generated/*."" | ||||
| 	@echo "  clean-docs   - Remove generated documentation."" | ||||
| 	@echo "  gen-docs     - Generate openapi.json and docs/_generated/*." | ||||
| 	@echo "  clean-docs   - Remove generated documentation." | ||||
| 	@echo "  run          - Run EOS production server in virtual environment." | ||||
| 	@echo "  run-dev      - Run EOS development server in virtual environment (automatically reloads)." | ||||
| 	@echo "  run-dash     - Run EOSdash production server in virtual environment." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user