1
0
Fork 0

Attempt to stop gitbook from re-downloading specified version everytime, delete header include after build

This commit is contained in:
Simran Brucherseifer 2016-05-30 21:05:37 +02:00
parent 39ef013273
commit 4bb4e74b10
1 changed files with 2 additions and 2 deletions

View File

@ -183,9 +183,9 @@ build-book:
make book-check-mdpp-leftovers
make ppbook-check-directory-link
cd ppbooks/$(NAME) && gitbook fetch 2.6.7
cd ppbooks/$(NAME) && gitbook install
cd ppbooks/$(NAME) && gitbook build ./ ./../../books/$(NAME)
cd ppbooks/$(NAME) && gitbook build ./ ./../../books/$(NAME) --gitbook=2.6.7
rm -f ./books/$(NAME)/HEADER.html
python ../Scripts/deprecated.py
# make book-check-markdown-leftovers