Revision 6051
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
23 | 23 |
|
24 | 24 |
rsyncLogs := $(rsync) --include="/*/" --include="/*/*/" --include="/*/*/logs/"\ |
25 | 25 |
--exclude="/*/*/logs/install.log.sql" --include="/*/*/logs/*.log.sql"\ |
26 |
--include="/.TNRS/tnrs/tnrs.make.log" --exclude="**"
|
|
26 |
--exclude="**" |
|
27 | 27 |
|
28 | 28 |
download-logs: _always |
29 | 29 |
$(rsyncLogs) $(remote) $(local) |
Also available in: Unified diff
inputs/.TNRS/tnrs/tnrs.make: Moved log file to logs/tnrs.make.log.sql so it would automatically be synced along with the other import logs