Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Adding explanatory echo to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Dec 4, 2013
1 parent b82976f commit 44e7de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ gloss :
## images : create a temporary page to display images
images :
@bin/make-image-page.py $(MARKDOWN_SRC) $(NOTEBOOK_SRC) > image-page.html
@echo "Open ./image-page.html to view images"

## links : check links
# Depends on linklint, an HTML link-checking module from
Expand Down

0 comments on commit 44e7de3

Please sign in to comment.