summaryrefslogtreecommitdiffstats
path: root/nem/Makefile
blob: 3a7d2234819acc39815624572381632ecaabf83c (plain) (blame)
1
2
3
4
5
6
SHELL := /bin/bash
default:
	tr --squeeze-repeats "\\t" "," < unregelm.txt | csv2md | cat - <(tail -n 2 ferien.txt) | pandoc -f markdown -V geometry:margin=1cm /dev/stdin -o unregelm.pdf

prepare:
	pip3 install csv2md