]> git.donarmstrong.com Git - lib.git/blob - signature_stuff/Makefile
fix missing ) for org-mode
[lib.git] / signature_stuff / Makefile
1
2 all: $(foreach file,$(filter-out %sigtemplate.txt,$(wildcard *.txt)),$(file).dat)
3
4 STRFILE=$(shell if which strfile >/dev/null 2>&1; then which strfile; else echo touch -r; fi)
5
6 %.txt.dat: %.txt
7         $(STRFILE) $< $@
8
9 .PHONY: all