Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Fixing required-apps error messages in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
borgar committed Aug 7, 2012
1 parent be00e90 commit e7a7c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lint: protovis.js
echo "Checking against JSHint..."; \
${JSLINT} $(JS_FILES) --config ./build/jshint.json; \
else \
echo "You must have JSHn installed in order to test."; \
echo "You must have JSHint installed in order to test."; \
fi


Expand All @@ -146,7 +146,7 @@ pv.js: $(JS_LANG_FILES) $(JS_CORE_FILES) Makefile
echo "Building" $@; \
${UGLIFY} < $< > $@; \
else \
echo "You must have ${UGLIFY} installed in order to minify the library."; \
echo "You must have UglifyJS installed in order to minify the library."; \
fi

#jsdoc: $(JS_FILES) Makefile
Expand Down

0 comments on commit e7a7c59

Please sign in to comment.