Browse Source

scp should copy the right dir

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
a01e09502e
  1. 2
      Makefile

2
Makefile

@ -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

Loading…
Cancel
Save