Skip to content

Commit 782d6a6

Browse files
authored
Update make-files.sh
1 parent a707401 commit 782d6a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

make-files.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ if [[ ${BOOK} = true ]] ; then
6565
mv ${FILENAME_TEMP}_FIX.index ${FILENAME_TEMP}.index
6666

6767
echo catting tempindex
68+
cat ./builds/TEMP_book.index
69+
cat ./builds/TEMP_book_FIX.index
70+
ls ./builds
71+
6872
[[ ${DEBUG} = true ]] && cat $FILENAME_TEMP.index
6973

7074
# Combine files

0 commit comments

Comments
 (0)