aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2022-07-12 08:09:43 +0200
committerRobert Alessi <alessi@robertalessi.net>2022-07-12 08:24:04 +0200
commit935c322b74add75a00b2d23106380723c6014f65 (patch)
tree9562ebbdb184a99b255f66205dcc5800a4361a64 /Makefile
parent960f38689ef9a194696f236441af480e827ba045 (diff)
downloadekdosis-935c322b74add75a00b2d23106380723c6014f65.tar.gz
removed -s option from pandoc rule
removed -s option from pandoc rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb00c9c..ef74a9e 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ clean: testsamples
60 rm -rf .backup 60 rm -rf .backup
61 61
62pandoc: 62pandoc:
63 pandoc -s README.md -o about.html 63 pandoc README.md -o about.html
64 64
65auctex: 65auctex:
66 if [ ! -d "$(HOMEDIR)/.emacs.d/auctex/auto" ]; then \ 66 if [ ! -d "$(HOMEDIR)/.emacs.d/auctex/auto" ]; then \