diff --git a/Makefile.LIP6 b/Makefile.LIP6 index a4e6416bb..42c436a9b 100644 --- a/Makefile.LIP6 +++ b/Makefile.LIP6 @@ -63,9 +63,12 @@ $(CORIOLIS_SRC)/.pdm-plugins/bin/pdm: $(HOME)/.local/bin/pdm @$(localpath) pdm install --no-self -d --plugins -install: check_dir $(CORIOLIS_SRC)/.pdm-plugins/bin/pdm +configure: @$(localpath) pdm run meson setup ${BUILDDIR} --prefix=$(PREFIX) -Dpython.install_env=prefix - @$(localpath) pdm run ninja -C $(BUILDDIR) install + + +install: check_dir $(CORIOLIS_SRC)/.pdm-plugins/bin/pdm configure + @$(localpath) pdm run meson install -C $(BUILDDIR) @echo ""; \ echo "============================================================================"; \ echo "Coriolis has been successfully built"; \ @@ -75,6 +78,13 @@ install: check_dir $(CORIOLIS_SRC)/.pdm-plugins/bin/pdm echo "============================================================================"; +install_docs: check_dir $(CORIOLIS_SRC)/.pdm-plugins/bin/pdm configure + @$(localpath) pdm run meson configure ${BUILDDIR} --prefix=$(PREFIX) \ + -Donly-docs=true \ + -Ddocs=true + @$(localpath) pdm run meson install -C $(BUILDDIR) + + install_alliance: export ALLIANCE_TOP=$(PREFIX); \ export LD_LIBRARY_PATH=$(PREFIX)/lib:$(LD_LIBRARY_PATH); \ diff --git a/Seabreeze/doc/tabs.css b/Seabreeze/doc/custom_tabs.css similarity index 100% rename from Seabreeze/doc/tabs.css rename to Seabreeze/doc/custom_tabs.css diff --git a/Seabreeze/doc/header.html b/Seabreeze/doc/header.html index e6091cee0..9c73a5234 100644 --- a/Seabreeze/doc/header.html +++ b/Seabreeze/doc/header.html @@ -6,7 +6,7 @@ - +

Seabreeze - Routing Toolbox