From d8799b97db6661a85da5548da5bade6b921bb920 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 13 Jan 2012 08:38:54 -0800 Subject: update makefile for submodule removal --- Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d3e10653..185cac8e7 100644 --- a/Makefile +++ b/Makefile @@ -27,12 +27,9 @@ mandocs = $(api_mandocs) $(cli_mandocs) htmldocs = $(api_htmldocs) $(cli_htmldocs) -all: submodules doc +all: doc -submodules: - ! [ -d .git ] || git submodule update --init --recursive - -latest: submodules +latest: @echo "Installing latest published npm" @echo "Use 'make install' or 'make link' to install the code" @echo "in this folder that you're looking at right now." @@ -51,7 +48,7 @@ clean: doc-clean uninstall rm npmrc node cli.js cache clean -uninstall: submodules +uninstall: node cli.js rm npm -g -f doc: $(mandocs) $(htmldocs) @@ -101,7 +98,7 @@ doc: man man: $(cli_docs) $(api_docs) -test: submodules +test: node cli.js test version: link -- cgit v1.2.3