1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

Update Makefile

This commit is contained in:
Avinal Kumar
2020-10-29 19:26:15 +05:30
committed by GitHub
parent c31ca53ee6
commit 70f3c55908
+2 -2
View File
@@ -51,7 +51,7 @@ help:
@echo 'Set the RELATIVE variable to 1 to enable relative urls ' @echo 'Set the RELATIVE variable to 1 to enable relative urls '
@echo ' ' @echo ' '
html: html: theme
"$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS)
clean: clean:
@@ -83,4 +83,4 @@ github: publish
git push -f origin $(GITHUB_PAGES_BRANCH) git push -f origin $(GITHUB_PAGES_BRANCH)
.PHONY: html help clean regenerate serve serve-global devserver publish github .PHONY: html help clean regenerate serve serve-global devserver publish github