From 84ea47f08db267bcf6d4255f04c9fb0ec70bf1bc Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 16 Jun 2026 21:57:05 +0100 Subject: copying public happens in Makefile, not mkws --- http/bin/mkws | 9 --------- 1 file changed, 9 deletions(-) (limited to 'http/bin') diff --git a/http/bin/mkws b/http/bin/mkws index 78b2473..228109c 100755 --- a/http/bin/mkws +++ b/http/bin/mkws @@ -15,15 +15,6 @@ export LAYOUTS="$(realpath share/layouts)" export DEFAULT_LAYOUT="${LAYOUTS}/default.layout.upphtml" export OUT="$(realpath out)" -if [ -d "${PUBLIC}" ] -then - echo "Copying from $(basename "${PUBLIC}") into $(basename "${OUT}")" - cp -r "${PUBLIC}" "${OUT}" -else - echo "No $(basename "${PUBLIC}") folder found" - mkdir -p "${OUT}" -fi - if ! test -f "${SRC}"/index.upphtml then >&2 printf "no index.upphtml file found\\n" -- cgit v1.2.3