aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-12-14 10:06:15 +0100
committerRobert Alessi <alessi@robertalessi.net>2018-12-14 10:06:15 +0100
commit888dd248ee3e1f0d42a50a4d53052469adc791c3 (patch)
treee855b47e0b79f0313d737fcce7144b95b2f7ebd1 /makefile
parentc487f5112a9f3c1c4c09b6d4542470a437fff167 (diff)
downloadcourses-888dd248ee3e1f0d42a50a4d53052469adc791c3.tar.gz
generate about.html for cgit
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 27b11f1..2e5a12e 100644
--- a/makefile
+++ b/makefile
@@ -22,5 +22,6 @@ clean:
22 cp -p -r .backup/* . 22 cp -p -r .backup/* .
23 rm -rf .backup 23 rm -rf .backup
24 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md && sed -i "s/’/\'/g" README.md 24 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md && sed -i "s/’/\'/g" README.md
25 pandoc -s README.tex -o about.html
25 26
26.PHONY: all pdf clean 27.PHONY: all pdf clean