Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix annotated source code not showing on site.
  • Loading branch information
assaf committed May 18, 2012
1 parent d6a8e32 commit d46910a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -7,7 +7,7 @@ setup :
npm install

# CoffeeScript to JavaScript
build : clean
build :
coffee -b -c -l -o lib/zombie lib/zombie/*.coffee

# Run test suite
Expand Down Expand Up @@ -90,7 +90,7 @@ man7/zombie-%.7 : doc/%.md
version = $(shell node -e "console.log(JSON.parse(require('fs').readFileSync('package.json')).version)")

# Publish site only.
publish-docs : html html/source html/zombie.pdf html/coverage.html
publish-docs : clean html html/source html/zombie.pdf html/coverage.html
@echo "Uploading documentation ..."
rsync -chr --del --stats html/ labnotes.org:/var/www/zombie/

Expand Down

0 comments on commit d46910a

Please sign in to comment.