diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2019-08-11 21:09:23 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2019-08-11 21:11:59 +0200 |
commit | 3c7dd72d877d67e3156c2a0522db92e46ed07c8f (patch) | |
tree | 079ff1808f767f4f872f0d385854a6cbd7104298 /resources/Makefile-common | |
parent | 77130f908f3d6a7e086f425bacbf1b47c9d36b5a (diff) | |
parent | ba6f821c2ae1ec2842218092ddba1f02aa0324d4 (diff) |
Merge branch 'master' into 2019-05-27-board
Compilation conflicts solved regarding
* Major Makfile remastering (*Makefile* only)
* Attendants acronyms in preamble (dropped from 2019-05-27-board.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' |