diff options
author | Robert Alessi <alessi@robertalessi.net> | 2023-12-11 16:44:11 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2023-12-11 21:22:07 +0100 |
commit | 72dcdb7eca9fda2ed0ed669fec4554da019d5df9 (patch) | |
tree | fa0009d30001305942450bf056046a327644c941 /makefile | |
parent | 857e4d53ed7a3ce5d6d80bd063c845b841f45d64 (diff) | |
download | oldstandard-72dcdb7eca9fda2ed0ed669fec4554da019d5df9.tar.gz |
preparing 2.7
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 |