diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2020-01-14 06:55:20 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2020-01-14 06:55:20 +0100 |
commit | 8de104dd0d273e84a504009f507e8ce5b4ae4e27 (patch) | |
tree | c8e63c7c76cccb5215f7fd94e65ffdbffbb834c9 /resources/Makefile-common | |
parent | d0e54f0c653f021f18cc66adfe2cd4fed098ab72 (diff) | |
parent | 5a1d1b95993cd6f1184133bcf9c409ef74334acc (diff) |
Merge branch 'master' into 2019-05-05-annual
Conflicts:
preamble/preamble.tex
preamble/acronyms.tex
preamble/attendants.tex
Diffstat (limited to 'resources/Makefile-common')
-rw-r--r-- | resources/Makefile-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/Makefile-common b/resources/Makefile-common index 80713a6..c64793f 100644 --- a/resources/Makefile-common +++ b/resources/Makefile-common @@ -62,7 +62,7 @@ send: help: @echo 'This script do not run without arguments. Run for example:' @echo - @echo ' $ make 2014-02-13-board-notes.pdf' + @for f in $(SEND_FILES) ; do echo " $ make $$f"; done @echo ' $ make all' @echo ' $ make send' @echo ' $ make clean' |