Commit fc57776b authored by liziwl's avatar liziwl
Browse files

删除旧字体以减小打包大小

parent 46d11318
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# output zip
dist/

## distribution files
.DS_Store
package-lock.json
+5 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ else
	RM = rm -f
endif

.PHONY: all all-dev clean cleanall thesis viewthesis doc viewdoc cls test wordcount FORCE_MAKE
.PHONY: all all-dev clean cleanall thesis viewthesis dist doc viewdoc cls test wordcount FORCE_MAKE

thesis: $(THESIS).pdf

@@ -31,6 +31,10 @@ $(CLSFILE): $(SOURCES)

doc: $(PACKAGE).pdf

dist: doc thesis clean
	rm -rf dist/
	mkdir -p dist/
	zip -r dist/sustech-master-thesis.zip . -x *.git* /*node_modules/* .editorconfig *public-test/* *dist/*

$(PACKAGE).pdf: cls FORCE_MAKE
	$(LATEXMK) $(PACKAGE).dtx

fonts/FZXBSJ.otf

deleted100644 → 0
−3.65 MiB

File deleted.

fonts/SourceHanSansCN-Regular.otf

deleted100644 → 0
−8.1 MiB

File deleted.

−10.7 MiB

File deleted.