scp should copy the right dir

This commit is contained in:
Ryan Dahl 2010-11-15 22:25:09 -08:00
parent 9bf93de532
commit a01e09502e

View File

@ -90,7 +90,7 @@ build/doc/changelog.html: ChangeLog build/default/node build/doc/ $(apidoc_dirs)
build/doc/%:
website-upload: doc
scp -r build/* $(web_root)
scp -r build/doc/* $(web_root)
docopen: build/doc/api/all.html
-google-chrome build/doc/api/all.html