diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ clean: | |||
53 | @echo "Removing .fontspec files from local texmf dir..." | 53 | @echo "Removing .fontspec files from local texmf dir..." |
54 | rm -f $(TEXMFDIR)/tex/latex/fontspec/OldStandard.fontspec | 54 | rm -f $(TEXMFDIR)/tex/latex/fontspec/OldStandard.fontspec |
55 | git clean -df | 55 | git clean -df |
56 | pandoc README.md -o about.html | ||
57 | @echo "Done." | 56 | @echo "Done." |
58 | 57 | ||
59 | .PHONY: doc all local package clean | 58 | .PHONY: doc all local package clean |