diff --git a/Author_Template/Makefile b/Author_Template/Makefile index ff7ba45..9cdd59d 100644 --- a/Author_Template/Makefile +++ b/Author_Template/Makefile @@ -97,6 +97,9 @@ export: -git branch >> $(ATDIR)/VERSION tar cf ADASS$(YEAR).tar $(ATDIR) +# If one has created filled and renamed their copyrightform, prevent Make from failing +.INTERMEDIATE : copyrightform.pdf + # copyright is now part of the tar/zip file, checksum (sum) is 13785 copyrightform_$(P)_$(A).pdf: copyrightform.pdf cp copyrightform.pdf copyrightform_$(P)_$(A).pdf