Skip to content

Commit

Permalink
Added Makefile for convenience.
Browse files Browse the repository at this point in the history
  • Loading branch information
hober committed Aug 22, 2012
1 parent 335bd5f commit ccb5567
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dummy:

all: html 2dcontext
html: output/html/Overview.html
2dcontext: output/2dcontext/Overview.html

output/html/Overview.html: source
python scripts/publish.py html

output/2dcontext/Overview.html: source
python scripts/publish.py 2dcontext

0 comments on commit ccb5567

Please sign in to comment.