Skip to content

Commit

Permalink
Merge pull request #10 from afelix/nodejs
Browse files Browse the repository at this point in the history
Shmakowiki toc extension
  • Loading branch information
arikon committed Jan 30, 2012
2 parents a997472 + 213c92a commit 9d84227
Show file tree
Hide file tree
Showing 19 changed files with 3,246 additions and 2,225 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Expand Up @@ -6,9 +6,9 @@ src: $(patsubst %.ometajs,%.ometajs.js,$(wildcard src/*.ometajs))
%.ometajs.js: %.ometajs
ometajs2js -i $< -o $@

lib: lib/shmakowiki.js
lib: lib/_shmakowiki.js

lib/shmakowiki.js: src
lib/_shmakowiki.js: src
-rm $@
for i in \
shmakowiki.js \
Expand Down

0 comments on commit 9d84227

Please sign in to comment.