build: Replace the doc-po-update prerequisite by doc-pot-update.
What is really required for the dist target is the presence of the auto-generated .pot files; updating the PO files is not necessary nor desirable (it causes spurious changes in the tree). * Makefile.am (dist) <doc-po-update>: Replace prerequisite with... <doc-pot-update>: ... this one.
This commit is contained in:
		
							parent
							
								
									a23789bbbd
								
							
						
					
					
						commit
						f995f710e8
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -740,9 +740,9 @@ guix-binary.%.tar.xz:
 | 
			
		|||
	cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# The dependency on doc-po-update is to generate the .pot files, which are not
 | 
			
		||||
# checked in.
 | 
			
		||||
dist: doc-po-update
 | 
			
		||||
# The dependency on doc-pot-update is to generate the .pot files, which are
 | 
			
		||||
# not checked in.
 | 
			
		||||
dist: doc-pot-update
 | 
			
		||||
 | 
			
		||||
dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version
 | 
			
		||||
dist-hook: assert-no-store-file-names
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue