summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-04 14:15:47 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-04 14:15:47 +0300
commit12d52a760cd6f725a9c07d841a043a21a2c4fe2c (patch)
tree4359bd8e58aa08589c16f4d195084bc3484b3643 /Makefile
parent41e0dfb85e8d69cdf063ce363ce69d6f0c7ec5fc (diff)
downloadsaga-poc-12d52a760cd6f725a9c07d841a043a21a2c4fe2c.tar.gz
Fix: get date from git into document
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd287a4..fe8af54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
all: muck1.pdf muck2.pdf muck3.pdf jt1.pdf jt2.pdf saga.pdf
%.pdf: %.yarn
- pandoc -o $@ $< \
+ sed "s/%VERSION%/$$(./docid "$<")/" "$<" > tmp
+ pandoc -o $@ tmp \
--number-sections \
--toc \
--top-level-division=chapter \
@@ -13,3 +14,4 @@ all: muck1.pdf muck2.pdf muck3.pdf jt1.pdf jt2.pdf saga.pdf
-Vsansfont:FreeSans \
-Vmonofont:FreeMonoBold \
-Vgeometry:top=2cm,bottom=2.5cm,left=2cm,right=1cm
+# rm -f tmp