Skip to content

Commit

Permalink
Misc - Remove a make task not being used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Dec 3, 2015
1 parent 228a8d1 commit fae27a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ test:
node_modules/.bin/istanbul cover \
node_modules/.bin/_mocha test/test.js -- -R dot

html:
rm -rf teste_man.html && cat teste.man | groff -mandoc -Thtml > teste_man.html
rm -rf teste_mdoc.html && cat teste.mdoc | groff -mandoc -Thtml > teste_mdoc.html

doc: build
$(notify_task)
node_modules/.bin/jsdoc --verbose -d docs -t node_modules/minami ${DIST}
Expand Down

0 comments on commit fae27a8

Please sign in to comment.