We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9c07ad + 2d4221a commit c923ad4Copy full SHA for c923ad4
Makefile
@@ -22,7 +22,7 @@ shell:
22
%.html: %.org
23
@printf $(STATUS_PREFIX); echo "COMPILING: $< -> $*.html"
24
@$(DOCKER_RUN) $(DOCKER_IMG) $< $(EMACS_FLAGS) -f org-html-export-to-html
25
- @$(DOCKER_RUN) --entrypoint=/bin/chown $(DOCKER_IMG) $(USER) "$*.org"
+ @$(DOCKER_RUN) --entrypoint=/bin/chown $(DOCKER_IMG) $(USER) "$*.html"
26
27
clean:
28
rm -rf *.html
0 commit comments