diff --git a/Makefile b/Makefile index dfa2f5eb75d55949e66dcaa4699143de51685815..19ec591776fc21b1cdfddf88d821ffed5871d3c2 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,9 @@ $(BOOK_BASE).dvi: $(LATEX_INPUT_FILES) $(EPS_FIGS) $(LATEX) $(BOOK_BASE).tex 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) find $(WEB_INSTALL_DIR) -type d -exec chmod gou+rx {} \; cd $(WEB_INSTALL_DIR); /bin/ln -sf comprehensive-gpl-guide.html index.html