From 414c4f80f1083597e8a32f235249588dabc3874c Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Thu, 21 May 2020 17:19:03 +0200 Subject: [PATCH] doc: rename manager theme --- Makefile | 3 ++- .../admin/{my_theme => manager_doc_theme}/breadcrumbs.html | 0 doc/sources/admin/{my_theme => manager_doc_theme}/footer.html | 0 doc/sources/admin/{my_theme => manager_doc_theme}/layout.html | 0 doc/sources/admin/{my_theme => manager_doc_theme}/search.html | 0 .../admin/{my_theme => manager_doc_theme}/searchbox.html | 0 doc/sources/admin/{my_theme => manager_doc_theme}/theme.conf | 0 .../admin/{my_theme => manager_doc_theme}/versions.html | 0 8 files changed, 2 insertions(+), 1 deletion(-) rename doc/sources/admin/{my_theme => manager_doc_theme}/breadcrumbs.html (100%) rename doc/sources/admin/{my_theme => manager_doc_theme}/footer.html (100%) rename doc/sources/admin/{my_theme => manager_doc_theme}/layout.html (100%) rename doc/sources/admin/{my_theme => manager_doc_theme}/search.html (100%) rename doc/sources/admin/{my_theme => manager_doc_theme}/searchbox.html (100%) rename doc/sources/admin/{my_theme => manager_doc_theme}/theme.conf (100%) rename doc/sources/admin/{my_theme => manager_doc_theme}/versions.html (100%) diff --git a/Makefile b/Makefile index 7bc926910..ccc4dda11 100644 --- a/Makefile +++ b/Makefile @@ -999,6 +999,7 @@ distclean: clean clean: common_clean handler_clean portal_clean manager_clean stop_web_server @rm -f $$(find */ -name '*bak' -delete) @rm -rf doc/devel + @rm -rf doc/pages/documentation/current/* @rm -vf *gz *zip @rm -rf lemonldap-ng-$(VERSION) @echo "Cleaned" @@ -1128,7 +1129,7 @@ manager_cpan: manager_conf documentation: @sphinx-build -b html -d /tmp/doctrees \ - -Dhtml_theme_path=. -Dhtml_theme=my_theme\ + -Dhtml_theme_path=. -Dhtml_theme=manager_doc_theme\ doc/sources/admin/ doc/pages/documentation/current/ test-diff: diff --git a/doc/sources/admin/my_theme/breadcrumbs.html b/doc/sources/admin/manager_doc_theme/breadcrumbs.html similarity index 100% rename from doc/sources/admin/my_theme/breadcrumbs.html rename to doc/sources/admin/manager_doc_theme/breadcrumbs.html diff --git a/doc/sources/admin/my_theme/footer.html b/doc/sources/admin/manager_doc_theme/footer.html similarity index 100% rename from doc/sources/admin/my_theme/footer.html rename to doc/sources/admin/manager_doc_theme/footer.html diff --git a/doc/sources/admin/my_theme/layout.html b/doc/sources/admin/manager_doc_theme/layout.html similarity index 100% rename from doc/sources/admin/my_theme/layout.html rename to doc/sources/admin/manager_doc_theme/layout.html diff --git a/doc/sources/admin/my_theme/search.html b/doc/sources/admin/manager_doc_theme/search.html similarity index 100% rename from doc/sources/admin/my_theme/search.html rename to doc/sources/admin/manager_doc_theme/search.html diff --git a/doc/sources/admin/my_theme/searchbox.html b/doc/sources/admin/manager_doc_theme/searchbox.html similarity index 100% rename from doc/sources/admin/my_theme/searchbox.html rename to doc/sources/admin/manager_doc_theme/searchbox.html diff --git a/doc/sources/admin/my_theme/theme.conf b/doc/sources/admin/manager_doc_theme/theme.conf similarity index 100% rename from doc/sources/admin/my_theme/theme.conf rename to doc/sources/admin/manager_doc_theme/theme.conf diff --git a/doc/sources/admin/my_theme/versions.html b/doc/sources/admin/manager_doc_theme/versions.html similarity index 100% rename from doc/sources/admin/my_theme/versions.html rename to doc/sources/admin/manager_doc_theme/versions.html