Skip to content

Commit

Permalink
change build -> build & install
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Jul 6, 2012
1 parent f05a113 commit 48e91f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cpp/session/modules/SessionBuild.cpp
Expand Up @@ -142,7 +142,7 @@ class Build : boost::noncopyable,

if (type == "build-all")
{
args.push_back("build");
args.push_back("INSTALL");
}
else if (type == "check-package")
{
Expand Down
Expand Up @@ -1015,9 +1015,9 @@ well as menu structures (for main menu and popup menus).
visible="false"/>

<cmd id="buildAll"
buttonLabel="Build"
menuLabel="_Build Package"
desc="Build package"/>
buttonLabel="Build &amp; Install"
menuLabel="_Build &amp; Install Package"
desc="Build and install the package"/>

<cmd id="rebuildAll"
menuLabel="_Rebuild All"
Expand Down

0 comments on commit 48e91f1

Please sign in to comment.