From 5b5b7003181f7de7dd2a4b324d2948e71e6324b3 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 15 Mar 2025 12:00:16 -0400 Subject: [PATCH] copy image files to fasthtml folder --- doc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 6ab3a98343..703a55cc3d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -127,7 +127,8 @@ fasthtml: fasthtml-init $(FASTHTMLFILES) @echo "Fast HTML build finished. The HTML pages are in doc/fasthtml." fasthtml-init: - @mkdir -p fasthtml + @mkdir -p fasthtml/JPG + @cp src/JPG/*.* fasthtml/JPG @cp $(RSTDIR)/accel_styles.rst $(RSTDIR)/lepton_expression.rst fasthtml/ @cp $(BUILDDIR)/utils/pandoc.css fasthtml/