PACKAGE_NAME := cobib

# All man-page template files will use these two variables:
PACKAGE_DATE := 2025-10-25
PACKAGE_VERSION := v6.0.1

# The man-page template files can be found in:
MAN_SRC_DIR := src/$(PACKAGE_NAME)/man
# And we will generate the installable files in:
MAN_BUILD_DIR := build/man
# For the HTML documentation, we generate the man-page fragments in:
MAN_HTML_DIR := src/$(PACKAGE_NAME)/man

include docs/theme/Makefile
