summaryrefslogtreecommitdiffstats
path: root/fiz/vaje/9/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fiz/vaje/9/makefile')
-rw-r--r--fiz/vaje/9/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/fiz/vaje/9/makefile b/fiz/vaje/9/makefile
new file mode 100644
index 0000000..a5bddc8
--- /dev/null
+++ b/fiz/vaje/9/makefile
@@ -0,0 +1,12 @@
+default: dokument.pdf
+
+dokument.pdf: dokument.lyx podatki.csv
+ lyx -e pdf dokument.lyx
+
+podatki.csv: podatki.tsv tab.py
+ ./tab.py , < podatki.tsv > $@
+
+clean:
+ rm -fr dokument.lyx~ podatki.csv podatki.lyx q.log
+
+.PHONY: clean default