Skip to content

Commit 48d20e5

Browse files
authored
Deploy ilg file as well
1 parent b9d0ddc commit 48d20e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/do.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ GENERATED_JS="js_programs"
1111
GENERATED_JSON="json"
1212
PDF_FILE="sicpjs.pdf"
1313
LOG_FILE="sicpjs.log"
14+
ILG_FILE="sicpjs.ilg"
1415
EPUB_FILE="sicpjs.epub"
1516

1617
# RESOURCES
@@ -68,6 +69,7 @@ prepare() {
6869
[ ! -f ${STYLESHEET} ] || cp ${STYLESHEET} ${DOCS}/assets/stylesheet.css
6970
[ ! -f ${LATEX_PDF}/${PDF_FILE} ] || cp ${LATEX_PDF}/${PDF_FILE} ${DOCS}
7071
[ ! -f ${LATEX_PDF}/${LOG_FILE} ] || cp ${LATEX_PDF}/${LOG_FILE} ${DOCS}
72+
[ ! -f ${LATEX_PDF}/${ILG_FILE} ] || cp ${LATEX_PDF}/${ILG_FILE} ${DOCS}
7173
[ ! -f ${LATEX_EPUB}/${EPUB_FILE} ] || cp ${LATEX_EPUB}/${EPUB_FILE} ${DOCS}
7274
[ ! -f ${GENERATED_HTML}/index.html ] || cp -rf ${GENERATED_HTML}/* ${DOCS}
7375
[ ! -d ${GENERATED_JS} ] || ( zip -r ${ZIP_FILE} ${GENERATED_JS}; \

0 commit comments

Comments
 (0)