Correct permissions bf. rsync & --delay-updates
This commit is contained in:
		
							parent
							
								
									38e093a8e2
								
							
						
					
					
						commit
						8e1045074b
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -106,7 +106,9 @@ $(BOOK_BASE).dvi: $(LATEX_INPUT_FILES) $(EPS_FIGS) | ||||||
| 	$(LATEX)  $(BOOK_BASE).tex | 	$(LATEX)  $(BOOK_BASE).tex | ||||||
| 
 | 
 | ||||||
| install: all | install: all | ||||||
| 	rsync -HavP --delete $(HTML_OUTPUT_DIR)/ $(WEB_INSTALL_DIR)/ | 	chmod -R oug+r $(HTML_OUTPUT_DIR) | ||||||
|  | 	find $(HTML_OUTPUT_DIR) -type d -exec chmod gou+rx {} \; | ||||||
|  | 	rsync -HavP --delete --delay-updates $(HTML_OUTPUT_DIR)/ $(WEB_INSTALL_DIR)/ | ||||||
| 	chmod -R oug+r $(WEB_INSTALL_DIR) | 	chmod -R oug+r $(WEB_INSTALL_DIR) | ||||||
| 	find $(WEB_INSTALL_DIR) -type d -exec chmod gou+rx {} \; | 	find $(WEB_INSTALL_DIR) -type d -exec chmod gou+rx {} \; | ||||||
| 	cd $(WEB_INSTALL_DIR); /bin/ln -sf comprehensive-gpl-guide.html index.html | 	cd $(WEB_INSTALL_DIR); /bin/ln -sf comprehensive-gpl-guide.html index.html | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn