File tree 1 file changed +2
-0
lines changed
docs/portal/developer-portal
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,10 @@ echo "Building SHS Install Guide";
68
68
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 ./
69
69
cd $THIS_DIR
70
70
# This builds the PDF using DITA-OT's default PDF transform
71
+ echo " Building PDF"
71
72
dita -i shs_install_guide.ditamap -o build/PDF/install -f pdf
72
73
# This builds the single file Markdown version of the guide. This leverages DITA's "chunking"
74
+ echo " Building Combined Markdown File"
73
75
dita -i shs_install_guide.ditamap --root-chunk-override=to-content -o build/Markdown -f markdown_github
74
76
75
77
# delete the tmp dir created by the flatten script. The bundle is still in the build subdir
You can’t perform that action at this time.
0 commit comments