From 475e8db96369cd800cfcb8c9e8aab94ccfcf13f6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 9 May 2025 14:15:26 +0000 Subject: [PATCH] Drop Foundation Signed-off-by: Michael Tremer --- .gitmodules | 3 --- Makefile.am | 5 ----- src/third-party/foundation-sites | 1 - 3 files changed, 9 deletions(-) delete mode 160000 src/third-party/foundation-sites diff --git a/.gitmodules b/.gitmodules index d30729a..6388672 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "src/third-party/foundation-sites"] - path = src/third-party/foundation-sites - url = https://github.com/foundation/foundation-sites.git [submodule "src/third-party/fonts"] path = src/third-party/fonts url = https://github.com/google/fonts.git diff --git a/Makefile.am b/Makefile.am index 217e808..8f9ab21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -240,11 +240,6 @@ check-local: CLEANFILES += \ $(frontend_dist)/* -# - third party ---------------------------------------------------------------- - -EXTRA_DIST += \ - src/third-party/foundation-sites - # ------------------------------------------------------------------------------ if ENABLE_MANPAGES diff --git a/src/third-party/foundation-sites b/src/third-party/foundation-sites deleted file mode 160000 index 4f1997f..0000000 --- a/src/third-party/foundation-sites +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4f1997f608197ee84df6daaf66615d2152fd1755 -- 2.47.3