build: Quote args

This is needed for runing in docker

Change-Id: I1b1837d7976a70bef98e8af9e0b2715446a1ab86
Signed-off-by: Philippe Coval <rzr@users.sf.net>
This commit is contained in:
Philippe Coval 2020-03-04 10:37:53 +01:00
parent 9f26bcca27
commit af455e4d9e
1 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ setup: /etc/os-release
@echo "# Please install tools, On debian: make setup/debian"
emacs \
--no-init-file \
--user ${USER} \
--user="${USER}" \
--batch \
--eval="(require 'package)" \
--eval="(add-to-list 'package-archives \
@ -86,13 +86,13 @@ setup: /etc/os-release
&& \
emacs \
--no-init-file\
--user ${USER} \
--user="${USER}" \
--batch \
--eval="(require 'org)" \
--eval="(require 'org-gnus)" \
--eval="(require 'ox-reveal)" \
--find-file "${<F}" \
--funcall org-reveal-export-to-html \
--find-file="${<F}" \
--funcall="org-reveal-export-to-html" \
# EOL
html: ${target}.html