aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-19 12:06:59 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-19 12:06:59 +0100
commit6f54e2d900e0a2977d23578b13c6d6cb0632042a (patch)
tree4089fcec49ea1125496e34fdccfb9cdc1475fd74 /makefile
parentb09afbb7fe8ecb3815682c58a595183a9b97347e (diff)
downloadmy-x200-6f54e2d900e0a2977d23578b13c6d6cb0632042a.tar.gz
include toc in about.html
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2157cfb..e5feedb 100644
--- a/makefile
+++ b/makefile
@@ -16,7 +16,7 @@ clean:
16 rm -rf * 16 rm -rf *
17 cp -p -r .backup/* . 17 cp -p -r .backup/* .
18 rm -rf .backup 18 rm -rf .backup
19 pandoc -s README.md -o about.html 19 pandoc --toc -s README.md -o about.html
20 20
21prepare: 21prepare:
22 rm -rf $(pkgname)-$(pkgver) 22 rm -rf $(pkgname)-$(pkgver)