From 01ff329cdcf538124a24d186d3598e69236ca83e Mon Sep 17 00:00:00 2001 From: Yan Grange Date: Sat, 25 Dec 2021 10:53:05 +0100 Subject: [PATCH] Add .INTERMEDIATE for the empty copyrightform This makes the dependency on the copyrightform to only be resolved if the target does not exist. --- Author_Template/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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