SITKA Public Git
/
sitka
/
sitka-tools.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix hostname.
[sitka/sitka-tools.git]
/
marc_export_custom
/
Makefile-marc_export
Commit
Line
Data
a54b8f42
RJ
1
MARC_EXPORT_BIN=./marc_export_custom
2
%.marc: %.id
e389d854
RJ
3
$(MARC_EXPORT_BIN) $(MARC_PARAMS) <$< --output-file $@.tmp 2>&1 | tee $@.log \
4
&& mv $@.tmp $@