commit 68a3cf69168ef150b1ac989b05fc308e544f5edd (patch)
parent 1d677530fbf909c75b248f9f891d2be8ede058aa
Author: Alex Karle <alex@alexkarle.com>
Date: Wed, 8 Sep 2021 21:57:48 -0400
text: Copy LICENSE over to text.alexkarle.com
Figured this is good to be here for gopher/text.
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -27,7 +27,8 @@ SETS != find $(DIR)/jam-tuesday -name '[0-9][0-9][0-9][0-9]-*'
# Top Level Targets
.PHONY: build
build: $(TS) html/atom.xml jam-text.ts jam-html.ts \
- html/index.html html/style.css html/logo.png text/000-welcome.txt
+ html/index.html html/style.css html/logo.png \
+ text/000-welcome.txt text/LICENSE
obj:
mkdir -p obj
@@ -71,6 +72,9 @@ html/atom.xml: blog.7 bin/genatom.sh
text/000-welcome.txt: welcome.txt
cp $(DIR)/welcome.txt $@
+text/LICENSE: LICENSE
+ cp $(DIR)/LICENSE $@
+
#----------------------------------------------------------------------
# Finally, the actual meat -- generating *.html/*.txt from the mdoc(7)