copy image files to fasthtml folder
This commit is contained in:
@ -127,7 +127,8 @@ fasthtml: fasthtml-init $(FASTHTMLFILES)
|
|||||||
@echo "Fast HTML build finished. The HTML pages are in doc/fasthtml."
|
@echo "Fast HTML build finished. The HTML pages are in doc/fasthtml."
|
||||||
|
|
||||||
fasthtml-init:
|
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 $(RSTDIR)/accel_styles.rst $(RSTDIR)/lepton_expression.rst fasthtml/
|
||||||
@cp $(BUILDDIR)/utils/pandoc.css fasthtml/
|
@cp $(BUILDDIR)/utils/pandoc.css fasthtml/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user