Skip to content

Commit

Permalink
Create OX_HUGO_TMP_DIR if it doesn't already exist
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Jan 2, 2019
1 parent 1e7fcde commit 5beb62f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ md1:
@$(MAKE_) emacs-batch FUNC=org-hugo-export-all-wim-to-md

vcheck:
@mkdir -p $(OX_HUGO_TMP_DIR)
ifeq ("$(EMACS_exists)","")
@$(CURL) -O $(EMACS_BIN_SOURCE)/emacs-bin-$(EMACS_BIN_VERSION).tar.gz
@tar xf emacs-bin-$(EMACS_BIN_VERSION).tar.gz
Expand Down

0 comments on commit 5beb62f

Please sign in to comment.