summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c6a711..c333c4c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,9 @@ build: clean
zola build -o public_html
unlink templates || true
+ # Copy extra HTML pages
+ (cd extra_pages_html && cp -a . ../public_html/)
+
# Build gemini
ln -s templates_gmi templates
zola build -o public_gmi