fix which manpages are where, add dotnet manpage to host package and rest to sdk package

This commit is contained in:
Bryan Thornbury 2016-03-22 15:14:00 -07:00
parent d709300f6f
commit ab14fb1437
8 changed files with 4 additions and 1 deletions

View file

@ -170,7 +170,7 @@ copy_files_to_debian_layout(){
cp "$PACKAGING_ROOT/dotnet-debian_config.json" "$PACKAGE_LAYOUT_DIR/debian_config.json"
# Copy Manpages
cp -a "$MANPAGE_DIR/." "$PACKAGE_LAYOUT_DIR/docs"
cp -a "$MANPAGE_DIR/sdk/." "$PACKAGE_LAYOUT_DIR/docs"
}
create_debian_package(){

View file

@ -97,6 +97,9 @@ copy_files_to_debian_layout(){
# Copy config file
cp "$PACKAGING_ROOT/dotnet-sharedhost-debian_config.json" "$PACKAGE_LAYOUT_DIR/debian_config.json"
# Copy Manpages
cp -a "$MANPAGE_DIR/host/." "$PACKAGE_LAYOUT_DIR/docs"
}
create_debian_package(){