Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Author_Template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down