po/Makefile: Fix and improve help message
The help message contains single quotes which got lost in the output. Fix also a typo and use two instead of three lines. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
		
							parent
							
								
									f03d07d468
								
							
						
					
					
						commit
						18e12d49ed
					
				@ -12,9 +12,8 @@ SRC_PATH=..
 | 
				
			|||||||
vpath %.po $(SRC_PATH)/po
 | 
					vpath %.po $(SRC_PATH)/po
 | 
				
			||||||
 | 
					
 | 
				
			||||||
all:
 | 
					all:
 | 
				
			||||||
	@echo Use 'make update' to update translation files
 | 
						@echo "Use 'make update' to update translation files or use 'make build'"
 | 
				
			||||||
	@echo or us 'make build' or 'make install' to build and install
 | 
						@echo "or 'make install' to build and install the translation files."
 | 
				
			||||||
	@echo the translation files
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
update: $(SRCS)
 | 
					update: $(SRCS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user