Makefile: avoid packaging the website and the wiki
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -51,7 +51,7 @@ targz: ../$(TARGZ)
 | 
				
			|||||||
	  echo "Containing directory must be called offlineimap-$(VERSION)"; 	\
 | 
						  echo "Containing directory must be called offlineimap-$(VERSION)"; 	\
 | 
				
			||||||
	  exit 1; 								\
 | 
						  exit 1; 								\
 | 
				
			||||||
	fi; 									\
 | 
						fi; 									\
 | 
				
			||||||
	pwd && cd .. && pwd && tar -zhcv --exclude '.git' -f $(TARGZ) offlineimap-$(VERSION)
 | 
						pwd && cd .. && pwd && tar -zhcv --exclude '.git' --exclude 'website' --exclude 'wiki' -f $(TARGZ) offlineimap-$(VERSION)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
rpm: targz
 | 
					rpm: targz
 | 
				
			||||||
	cd .. && sudo rpmbuild -ta $(TARGZ)
 | 
						cd .. && sudo rpmbuild -ta $(TARGZ)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user