releasing version 4.0 of the doc theme. Major overhaul to the theme. Now it supports multiple doc projects within the same project. The intent is to replicate CCMS behavior so that an entire team can work off of the same project, each operating somewhat independently or not on various subprojects.
This commit is contained in:
10
mydoc/mydoc_multibuild_pdf.sh
Normal file
10
mydoc/mydoc_multibuild_pdf.sh
Normal file
@ -0,0 +1,10 @@
|
||||
# Writers PDF
|
||||
echo "Building the Writers PDF..."
|
||||
prince --javascript --input-list=../mydoc_writers-pdf/prince-file-list.txt -o /Users/tjohnson/projects/documentation-theme-jekyll/mydoc_writers_pdf.pdf;
|
||||
|
||||
# Designers PDF
|
||||
echo "Building the Designers PDF ..."
|
||||
prince --javascript --input-list=../mydoc_designers-pdf/prince-file-list.txt -o /Users/tjohnson/projects/documentation-theme-jekyll/mydoc_designers_pdf.pdf;
|
||||
|
||||
echo "All done."
|
||||
echo "Now run . mydoc_multibuild_web.sh"
|
Reference in New Issue
Block a user