mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	point out the easy way to generate the locale files
fdroid/fdroidserver!560 fdroid/fdroidserver#546
This commit is contained in:
		
							parent
							
								
									5c6097f9e0
								
							
						
					
					
						commit
						f11b2e8d45
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,11 +13,17 @@ TEMPLATE = fdroidserver.pot
 | 
			
		|||
 | 
			
		||||
VERSION = $(shell git describe)
 | 
			
		||||
 | 
			
		||||
default:
 | 
			
		||||
	@printf "Build the translation files using: ./setup.py compile_catalog\n\n"
 | 
			
		||||
 | 
			
		||||
message:
 | 
			
		||||
	@printf "\nYou probably want to use this instead: ./setup.py compile_catalog\n\n"
 | 
			
		||||
 | 
			
		||||
# refresh everything from the source code
 | 
			
		||||
update: $(POFILES)
 | 
			
		||||
 | 
			
		||||
# generate .mo files from the .po files
 | 
			
		||||
compile: $(MOFILES)
 | 
			
		||||
compile: message $(MOFILES)
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	-rm -f -- $(MOFILES)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue