From 643d77ed21a46ff720abf0bea51afd43d82c571c Mon Sep 17 00:00:00 2001 From: Simran Brucherseifer Date: Tue, 16 May 2017 11:22:40 +0200 Subject: [PATCH] Docs: footer class name changed by plugin, copy in build process --- Documentation/Books/AQL/styles/website.css | 2 +- Documentation/Books/HTTP/styles/website.css | 2 +- Documentation/Books/Makefile | 2 ++ Documentation/Books/Manual/styles/website.css | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/Books/AQL/styles/website.css b/Documentation/Books/AQL/styles/website.css index 840957d0d4..6afaac9a75 100644 --- a/Documentation/Books/AQL/styles/website.css +++ b/Documentation/Books/AQL/styles/website.css @@ -32,7 +32,7 @@ div.example_show_button { columns: 3; } -.page-footer { +.localized-footer { opacity: 0.5; } diff --git a/Documentation/Books/HTTP/styles/website.css b/Documentation/Books/HTTP/styles/website.css index 840957d0d4..6afaac9a75 100644 --- a/Documentation/Books/HTTP/styles/website.css +++ b/Documentation/Books/HTTP/styles/website.css @@ -32,7 +32,7 @@ div.example_show_button { columns: 3; } -.page-footer { +.localized-footer { opacity: 0.5; } diff --git a/Documentation/Books/Makefile b/Documentation/Books/Makefile index a839762f57..4abc15654e 100644 --- a/Documentation/Books/Makefile +++ b/Documentation/Books/Makefile @@ -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 diff --git a/Documentation/Books/Manual/styles/website.css b/Documentation/Books/Manual/styles/website.css index 840957d0d4..6afaac9a75 100644 --- a/Documentation/Books/Manual/styles/website.css +++ b/Documentation/Books/Manual/styles/website.css @@ -32,7 +32,7 @@ div.example_show_button { columns: 3; } -.page-footer { +.localized-footer { opacity: 0.5; }