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')
63
63
ifeq ($(OS ) ,Darwin) # Mac OS X
64
64
COPY_CMD = cp -P
65
65
else # Linux
66
- COPY_CMD = cp --parent
66
+ COPY_CMD = rsync -vrP --exclude "*.psd" --exclude "*.pdf" --exclude "*.bkp" --exclude "*.dtmp" --exclude "*.drawio" --ignore-missing-args
67
67
endif
68
68
69
69
MKDIR_CMD = mkdir -p
@@ -96,9 +96,9 @@ $(BUILD)/epub/$(OUTPUT_FILENAME).epub: $(EPUB_DEPENDENCIES)
96
96
97
97
$(BUILD ) /html/index.html : $(HTML_DEPENDENCIES )
98
98
$(ECHO_BUILDING )
99
- $(MKDIR_CMD ) $(BUILD ) /html
99
+ $(MKDIR_CMD ) $(BUILD ) /html/images
100
100
$(CONTENT ) | $(CONTENT_FILTERS ) | $(PANDOC_COMMAND ) $(ARGS ) $(HTML_ARGS ) -o $@
101
- $(COPY_CMD ) $(IMAGES ) $(BUILD ) /html/
101
+ $(COPY_CMD ) $(IMAGES ) $(BUILD ) /html/images/
102
102
$(ECHO_BUILT )
103
103
104
104
$(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