File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- 1.0.0
1+ 1.0.1
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ OS = $(shell sh -c 'uname -s 2>/dev/null || echo Unknown')
6363ifeq ($(OS ) ,Darwin) # Mac OS X
6464 COPY_CMD = cp -P
6565else # Linux
66- COPY_CMD = cp --parent
66+ COPY_CMD = rsync -vrP --exclude "*.psd" --exclude "*.pdf" --exclude "*.bkp" --exclude "*.dtmp" --exclude "*.drawio" --ignore-missing-args
6767endif
6868
6969MKDIR_CMD = mkdir -p
@@ -96,9 +96,9 @@ $(BUILD)/epub/$(OUTPUT_FILENAME).epub: $(EPUB_DEPENDENCIES)
9696
9797$(BUILD ) /html/index.html : $(HTML_DEPENDENCIES )
9898 $(ECHO_BUILDING )
99- $(MKDIR_CMD ) $(BUILD ) /html
99+ $(MKDIR_CMD ) $(BUILD ) /html/images
100100 $(CONTENT ) | $(CONTENT_FILTERS ) | $(PANDOC_COMMAND ) $(ARGS ) $(HTML_ARGS ) -o $@
101- $(COPY_CMD ) $(IMAGES ) $(BUILD ) /html/
101+ $(COPY_CMD ) $(IMAGES ) $(BUILD ) /html/images/
102102 $(ECHO_BUILT )
103103
104104$(BUILD ) /pdf/$(OUTPUT_FILENAME ) .pdf : $(PDF_DEPENDENCIES )
Original file line number Diff line number Diff line change 1- * .pdf
1+ * .pdf
2+ cover_linkedin_post. *
You can’t perform that action at this time.
0 commit comments