Add newline to end of Makefile.
This commit is contained in:
parent
7f5c7a3130
commit
54bfa1d7e9
5
Makefile
5
Makefile
@ -32,7 +32,6 @@ ifeq ($(PDF_BROWSERS),)
|
|||||||
PDF_BROWSERS := $(DEFAULT_BROWSERS)
|
PDF_BROWSERS := $(DEFAULT_BROWSERS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
browser-test:
|
browser-test:
|
||||||
@if [ ! "$(PDF_BROWSERS)" ]; then \
|
@if [ ! "$(PDF_BROWSERS)" ]; then \
|
||||||
echo "Browser manifest file $(PDF_BROWSERS) does not exist."; \
|
echo "Browser manifest file $(PDF_BROWSERS) does not exist."; \
|
||||||
@ -98,7 +97,7 @@ web: | compiler pages-repo \
|
|||||||
|
|
||||||
@cp $(GH_PAGES)/web/index.html.template $(GH_PAGES)/index.html;
|
@cp $(GH_PAGES)/web/index.html.template $(GH_PAGES)/index.html;
|
||||||
@cd $(GH_PAGES); git add -A;
|
@cd $(GH_PAGES); git add -A;
|
||||||
@echo "Website built in $(GH_PAGES)"
|
@echo "Website built in $(GH_PAGES)."
|
||||||
|
|
||||||
# make pages-repo
|
# make pages-repo
|
||||||
#
|
#
|
||||||
@ -151,4 +150,4 @@ help:
|
|||||||
@echo "Read the comments in the Makefile for guidance.";
|
@echo "Read the comments in the Makefile for guidance.";
|
||||||
|
|
||||||
.PHONY: all test browser-test font-test shell-test \
|
.PHONY: all test browser-test font-test shell-test \
|
||||||
shell-msg lint clean web compiler help
|
shell-msg lint clean web compiler help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user