|
@@ -15,7 +15,7 @@ GEN_CONTENT_FILES := $(GEN_HTMLS) $(GEN_MDS)
|
|
|
GEN_FILES := $(GEN_CONTENT_FILES) $(GEN_LIST_YML)
|
|
|
|
|
|
INCLUDED_FILES := $(shell find src/include -type f)
|
|
|
-EMBEDDED_FILES := $(shell find src -name '*.png' -or -name '*.svg' -or -name '*.pdf' -or -name '*.ico')
|
|
|
+EMBEDDED_FILES := $(shell find src -name '*.png' -or -name '*.svg' -or -name '*.pdf' -or -name '*.ico' -or -name '*.txt')
|
|
|
|
|
|
DIST_GEN_FILES := $(GEN_CONTENT_FILES:src/%.gen.html=$(DIST_DIR)/%.html)
|
|
|
DIST_INC_FILES := $(INCLUDED_FILES:src/%=$(DIST_DIR)/%)
|