diff --git a/makefile-templates/Makefile.handbook b/makefile-templates/Makefile.handbook index 7ddb5fb..46afe5a 100755 --- a/makefile-templates/Makefile.handbook +++ b/makefile-templates/Makefile.handbook @@ -316,7 +316,7 @@ ################################################################################ # # Deploy the appropriate files into a shared folder, which is then synchronised -# with Blackbaord. This relies on the environment variable HANDBOOK_INSTALL_ROOT +# with Blackboard. This relies on the environment variable HANDBOOK_INSTALL_ROOT # being defined, and (assuming that this variable points to a directory on the # network) the appropriate share has been mounted. # @@ -331,7 +331,6 @@ @$(ANNOUNCE) "Deploying files into $(INSTALL_DIRECTORY)" @$(foreach f,$(QUESTION_INSTALL_FILES),if $(TEST) ! -f $(INSTALL_DIRECTORY)/$(f) -o $(f) -nt $(INSTALL_DIRECTORY)/$(f); then $(ECHO) "Deploying $(f)"; $(CP) $(f) $(INSTALL_DIRECTORY); fi;) @$(foreach f,$(ANSWER_INSTALL_FILES),if $(TEST) ! -f $(INSTALL_DIRECTORY)/$(f) -o $(f) -nt $(INSTALL_DIRECTORY)/$(f); then $(ECHO) "Deploying $(f)"; $(CP) $(f) $(INSTALL_DIRECTORY); fi;) - @$(FIND) $(INSTALL_DIRECTORY) -type l ! -exec test -r {} \; -delete @$(ANNOUNCE) "Synchronising with Blackboard" @$(SITECOPY) --update Blackboard$(PAPER_NUMBER)