Project

General

Profile

« Previous | Next » 

Revision 6051

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

View differences:

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