Skip to content

Commit

Permalink
Get tools man pages from the tools repo
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-lucarella-sociomantic committed Feb 27, 2014
1 parent 1bfae8a commit 173d904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create_dmd_release/create_dmd_release.d
Expand Up @@ -882,6 +882,7 @@ void createRelease(string branch)
}
copyDirVersioned(cloneDir~"/dmd/samples", releaseDir~"/dmd2/samples/d");
copyDirVersioned(cloneDir~"/dmd/docs/man", releaseDir~"/dmd2/man");
copyDirVersioned(cloneDir~"/tools/man", releaseDir~"/dmd2/man");
makeDir(releaseDir~"/dmd2/html/d/zlib");
copyFile(cloneDir~"/phobos/etc/c/zlib/ChangeLog", releaseDir~"/dmd2/html/d/zlib/ChangeLog");
copyFile(cloneDir~"/phobos/etc/c/zlib/README", releaseDir~"/dmd2/html/d/zlib/README");
Expand Down

0 comments on commit 173d904

Please sign in to comment.