html.mk

static html creation framework using make(1) and cpp(1)
Log | Files | Refs | README | LICENSE

commit f57d931dce4d4b50b52f522b151f6b5cd41ec5fb
parent 8f002fce0acc4594889c980b071e8a5b1b06ca90
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu, 16 Sep 2021 18:22:29 +0000

do not clear existing suffixes

Diffstat:
Mbsd.html.mk | 11++---------
1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/bsd.html.mk b/bsd.html.mk @@ -3,15 +3,8 @@ # This file must be included by all Makefiles. # -# -# These variables shoud not be modified here but set in Makefiles instead. -# - SRCS: List of source files to transform into HTML documents -# -SRCS ?= index.in - - -# Clear existing suffixes. -.SUFFIXES: +# List of source files to transform into HTML documents +SRCS ?= index.in # # Files in the SRCS array must have '.in' suffix otherwise they will not be