Fix html creation
This commit is contained in:
parent
b44fd03b5a
commit
3ef1b47610
6
Makefile
6
Makefile
@ -93,5 +93,7 @@ install:
|
||||
|
||||
.PHONY: html
|
||||
EMACS_HTML = $(EMACS) --load ./etc/emacs/html.el
|
||||
html:
|
||||
$(EMACS_HTML) $(ORG_MAIN) --eval "(org-html-export-to-html)"
|
||||
HTML_MAIN = $(patsubst %.org,%.html,$(ORG_MAIN))
|
||||
html: $(HTML_MAIN)
|
||||
%.html: %.org
|
||||
$(EMACS_HTML) $< --eval "(org-html-export-to-html)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user