diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,7 +85,7 @@ clean: | |||
85 | rm *.* | 85 | rm *.* |
86 | cp saved/* . | 86 | cp saved/* . |
87 | rm -rf saved/ | 87 | rm -rf saved/ |
88 | pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md | 88 | pandoc README.tex -o README.md && sed -i 's/{#.*}//g' README.md |
89 | pandoc -s README.tex -o about.html | 89 | pandoc README.tex -o about.html |
90 | 90 | ||
91 | .PHONY: sty doc all local inst auctex zip package clean | 91 | .PHONY: sty doc all local inst auctex zip package clean |