html.mk

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

commit da73041c7065712f166f456c473adb0d3246b959
parent 6505da8c00d8edba1e89dbf3e29ebb5e32cba632
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu, 22 Jul 2021 04:17:15 +0000

add a license

Diffstat:
ALICENSE | 15+++++++++++++++
MMakefile | 8++++----
2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,15 @@ +/* + * Copyright (c) 2021 Kyle Milz <krwmilz@gmail.com> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ diff --git a/Makefile b/Makefile @@ -22,8 +22,8 @@ #SUBDIR += dir_b #SUBDIR += dir_c -# Relative path to the top level directory. Must always be set. -# -TOP = . +test: + prove -.include "${TOP}/mk/html.mk" +install: + install -g bin -m 444 bsd.html.mk /usr/share/mk