diff options
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 \ |