1
0
Fork 0

Docs: footer class name changed by plugin, copy in build process

This commit is contained in:
Simran Brucherseifer 2017-05-16 11:22:40 +02:00
parent 5bb55b33e5
commit 643d77ed21
4 changed files with 5 additions and 3 deletions

View File

@ -32,7 +32,7 @@ div.example_show_button {
columns: 3;
}
.page-footer {
.localized-footer {
opacity: 0.5;
}

View File

@ -32,7 +32,7 @@ div.example_show_button {
columns: 3;
}
.page-footer {
.localized-footer {
opacity: 0.5;
}

View File

@ -247,6 +247,7 @@ build-book:
cd ppbooks/$(NAME); if ! test -L SUMMARY.md; then ln -s ../../$(NAME)/SUMMARY.md . ; fi
cd ppbooks/$(NAME); if ! test -f HEADER.html ; then cp ../../$(NAME)/HEADER.html . ; fi
cd ppbooks/$(NAME); if ! test -f FOOTER.html ; then cp ../../$(NAME)/FOOTER.html . ; fi
@if test -z "${RELEASE_DIRECTORY}"; then \
if ! test -f ppbooks/$(NAME)/book.json ; then cp $(NAME)/book.json ppbooks/$(NAME) ; fi; \
else \
@ -292,6 +293,7 @@ build-book:
fi
cd ppbooks/$(NAME) && gitbook build ./ ./../../books/$(NAME)
rm -f ./books/$(NAME)/HEADER.html
rm -f ./books/$(NAME)/FOOTER.html
python ../Scripts/deprecated.py
make book-check-markdown-leftovers

View File

@ -32,7 +32,7 @@ div.example_show_button {
columns: 3;
}
.page-footer {
.localized-footer {
opacity: 0.5;
}