diff options
author | Robert Alessi <alessi@robertalessi.net> | 2022-07-12 08:09:43 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2022-07-12 08:24:04 +0200 |
commit | 935c322b74add75a00b2d23106380723c6014f65 (patch) | |
tree | 9562ebbdb184a99b255f66205dcc5800a4361a64 /Makefile | |
parent | 960f38689ef9a194696f236441af480e827ba045 (diff) | |
download | ekdosis-935c322b74add75a00b2d23106380723c6014f65.tar.gz |
removed -s option from pandoc rule
removed -s option from pandoc rule
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ clean: testsamples | |||
60 | rm -rf .backup | 60 | rm -rf .backup |
61 | 61 | ||
62 | pandoc: | 62 | pandoc: |
63 | pandoc -s README.md -o about.html | 63 | pandoc README.md -o about.html |
64 | 64 | ||
65 | auctex: | 65 | auctex: |
66 | if [ ! -d "$(HOMEDIR)/.emacs.d/auctex/auto" ]; then \ | 66 | if [ ! -d "$(HOMEDIR)/.emacs.d/auctex/auto" ]; then \ |