Merge pull request #1 from brthor/debugdocs
Enable copying manpages from documentation folder to package_layout_d…
This commit is contained in:
commit
5f1f3d894f
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,7 @@ PACKAGE_LAYOUT_DIR="$OUTPUT_DIR/deb_intermediate"
|
|||
PACKAGE_OUTPUT_DIR="$OUTPUT_DIR/packages/debian"
|
||||
TEST_STAGE_DIR="$PACKAGE_OUTPUT_DIR/test"
|
||||
REPO_BINARIES_DIR="$REPOROOT/artifacts/ubuntu.14.04-x64/stage2"
|
||||
MANPAGE_DIR="$REPOROOT/Documentation/manpages"
|
||||
|
||||
execute_build(){
|
||||
create_empty_debian_layout
|
||||
|
@ -61,6 +62,9 @@ copy_files_to_debian_layout(){
|
|||
|
||||
# Copy config file
|
||||
cp "$PACKAGING_ROOT/debian_config.json" "$PACKAGE_LAYOUT_DIR"
|
||||
|
||||
# Copy Manpages
|
||||
cp -a "$MANPAGE_DIR/." "$PACKAGE_LAYOUT_DIR/docs"
|
||||
}
|
||||
|
||||
create_debian_package(){
|
||||
|
|
Loading…
Reference in a new issue