From 21374c3903caa1d752b4212296cf0898483a56ab Mon Sep 17 00:00:00 2001 From: Myles Byrne Date: Sun, 19 Feb 2012 15:27:09 -0600 Subject: [PATCH] build: remove unused makefile target --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 01b5272..693accd 100644 --- a/Makefile +++ b/Makefile @@ -129,8 +129,6 @@ out/doc/%: doc/% out/doc/api/%.html: doc/api/%.markdown node $(apidoc_dirs) $(apiassets) tools/doctool/doctool.js out/Release/node tools/doctool/doctool.js doc/template.html $< > $@ -out/doc/%: - website-upload: doc rsync -r out/doc/ node@nodejs.org:~/web/nodejs.org/ -- 2.7.4