File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010/material /manifest.json
1111/MANIFEST
1212/site
13- /work- pdf
13+ /pdf
1414
1515# Distribution files
1616/dist
Original file line number Diff line number Diff line change 11# /bin/bash
22
33DATA_DIR=" $( cd " $( dirname " ${0} " ) /.." && pwd) "
4- docker run -v ${DATA_DIR} :/data --rm -it trivadis/mktools bash -c " cd /data; ./tools/genpdf -in-container.sh"
4+ docker run -v ${DATA_DIR} :/data --rm -it trivadis/mktools bash -c " cd /data; ./tools/run -in-container/genpdf .sh"
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ function convert_to_pdf(){
6161 index.html ${DATA_DIR} /PLSQL-and-SQL-Coding-Guidelines.pdf
6262}
6363
64- DATA_DIR=" $( cd " $( dirname " ${0} " ) /.." && pwd) "
65- TARGET_DIR=${DATA_DIR} /work- pdf
64+ DATA_DIR=" $( cd " $( dirname " ${0} " ) /../.. " && pwd) "
65+ TARGET_DIR=${DATA_DIR} /pdf
6666
6767create_target_dir
6868copy_resources
You can’t perform that action at this time.
0 commit comments