소스 검색

:wrench: Add svg format in the file list to be distributed

DricomDragon 2 년 전
부모
커밋
d5c89a6205
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -12,7 +12,7 @@ GEN_FILES := $(GEN_HTMLS) $(GEN_MDS)
 
 INCLUDED_FILES := $(shell find src/include -type f)
 DOWNLOAD_FILES := $(shell find src/download -type f)
-EMBEDDED_FILES := $(shell find src -name '*.png' -type f)
+EMBEDDED_FILES := $(shell find src -name '*.png' -or -name '*.svg')
 
 DIST_GEN_FILES := $(GEN_FILES:src/%.gen.html=$(DIST_DIR)/%.html)
 DIST_INC_FILES := $(INCLUDED_FILES:src/%=$(DIST_DIR)/%)