From fae27a819ce4b12e02640a84de4bce233411451f Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Thu, 3 Dec 2015 17:42:46 -0300 Subject: [PATCH] Misc - Remove a make task not being used anymore --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index af9483e..a6024c9 100644 --- a/Makefile +++ b/Makefile @@ -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}