]> git.donarmstrong.com Git - lib.git/blob - signature_stuff/Makefile
turn off org-edit-src-content-indentation
[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