Skip to content

Commit 964f00e

Browse files
author
Darrenn Jackson
committed
added console messages for building PDF and MD
1 parent b9d63b8 commit 964f00e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/portal/developer-portal/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ echo "Building SHS Install Guide";
6868
dita -i tmp/shs_install_guide.ditamap -o build/install -f HPEscHtml5 && cp shs_install_publication.json build/install/publication.json && cd build/install/ && zip -r crs8032_@docid_suffix@en_us.zip ./
6969
cd $THIS_DIR
7070
# This builds the PDF using DITA-OT's default PDF transform
71+
echo "Building PDF"
7172
dita -i shs_install_guide.ditamap -o build/PDF/install -f pdf
7273
# This builds the single file Markdown version of the guide. This leverages DITA's "chunking"
74+
echo "Building Combined Markdown File"
7375
dita -i shs_install_guide.ditamap --root-chunk-override=to-content -o build/Markdown -f markdown_github
7476

7577
# delete the tmp dir created by the flatten script. The bundle is still in the build subdir

0 commit comments

Comments
 (0)