aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \