# SPDX-FileCopyrightText: 2025 toastal <toastal@posteo.net>
# SPDX-License-Identifier: MPL-2.0
# https://gittup.org/tup/

# Set in Nix shellHook
export BROWSERSLIST_CONFIG
import SOUPAULT_BUILD_DIR=$(TUP_CWD)/build
export SOUPAULT_BUILD_DIR

# NOTE: other assets are built by Nix
ASSETS_DIR := $(SOUPAULT_BUILD_DIR)/assets
W3M_ASSETS_DIR := $(ASSETS_DIR)/w3m
W3M_IMAGES_DIR := $(W3M_ASSETS_DIR)/images
W3M_STYLES_DIR := $(W3M_ASSETS_DIR)/styles
