do not include unusefull scripts in the tarball
This commit is contained in:
		
							parent
							
								
									cd09bed493
								
							
						
					
					
						commit
						9d6f91c729
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -37,8 +37,10 @@ clean:
 | 
			
		|||
dist:
 | 
			
		||||
	rm -rf gajim-$(VERSION)
 | 
			
		||||
	mkdir gajim-$(VERSION)
 | 
			
		||||
	cp -r data src doc po scripts gajim-$(VERSION)/
 | 
			
		||||
	cp -r data src doc po gajim-$(VERSION)/
 | 
			
		||||
	cp AUTHORS gajim.1 gajim.ico gajim.desktop gajim.pot COPYING Makefile Changelog README launch.sh gajim-$(VERSION)
 | 
			
		||||
	mkdir gajim-$(VERSION)/scripts
 | 
			
		||||
	cp scripts/gajim gajim-$(VERSION)/scripts/
 | 
			
		||||
	find gajim-$(VERSION) -name '.svn' -type d | xargs rm -rf
 | 
			
		||||
	find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
 | 
			
		||||
	find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue