From 70f3c55908e851e6353e0e4432df4afee512daef Mon Sep 17 00:00:00 2001 From: Avinal Kumar <185067@nith.ac.in> Date: Thu, 29 Oct 2020 19:26:15 +0530 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8b4d315..2128dd2 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ help: @echo 'Set the RELATIVE variable to 1 to enable relative urls ' @echo ' ' -html: +html: theme "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) clean: @@ -83,4 +83,4 @@ github: publish git push -f origin $(GITHUB_PAGES_BRANCH) -.PHONY: html help clean regenerate serve serve-global devserver publish github \ No newline at end of file +.PHONY: html help clean regenerate serve serve-global devserver publish github