version 1.3 | version 1.4 | |||
---|---|---|---|---|
|
| |||
template-copy: $(LOGDIR) | template-copy: $(LOGDIR) | |||
@echo copying template | @echo copying template | |||
@if test -d "$(top_srcdir)/test/templates/$(CHECK_FOLDER)"; then \ | @if test -d "$(top_srcdir)/test/templates/$(CHECK_FOLDER)"; then \ | |||
cp $(top_srcdir)/test/templates/$(CHECK_FOLDER)/* $(LOGDIR)/;\ | cp $(top_srcdir)/test/templates/$(CHECK_FOLDER)/[^C]* $(LOGDIR)/;\ | |||
fi | fi | |||
textlog: | textlog: | |||
@echo "processing logs to text..." | @echo "processing logs to text..." |
Legend:
|