]> git.parisson.com Git - pdf.js.git/commitdiff
Add newline to end of Makefile.
authorRob Sayre <sayrer@gmail.com>
Tue, 5 Jul 2011 17:55:01 +0000 (10:55 -0700)
committerRob Sayre <sayrer@gmail.com>
Tue, 5 Jul 2011 17:55:01 +0000 (10:55 -0700)
Makefile

index da18e5b32030d4f6f5e765222f836f4eef499d1a..c4ece46f6798acc9bcbfd65c181fd82fa4844dde 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,6 @@ ifeq ($(PDF_BROWSERS),)
 PDF_BROWSERS := $(DEFAULT_BROWSERS)
 endif
 
-
 browser-test:
        @if [ ! "$(PDF_BROWSERS)" ]; then \
        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;
        @cd $(GH_PAGES); git add -A;
-       @echo "Website built in $(GH_PAGES)"
+       @echo "Website built in $(GH_PAGES)."
 
 # make pages-repo
 #
@@ -151,4 +150,4 @@ help:
        @echo "Read the comments in the Makefile for guidance.";
 
 .PHONY: all test browser-test font-test shell-test \
-       shell-msg lint clean web compiler help
\ No newline at end of file
+       shell-msg lint clean web compiler help