Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
scp should copy the right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 16, 2010
1 parent 9bf93de commit a01e095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a01e095

Please sign in to comment.