summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_no_user_manual.patch
blob: 97dde3c102e2a1b37c9148fbc94476ea1cea13a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# upstream project did not include user manual in release.
diff -Naur -x '*.orig' -x '*.rej' 10.5-0/FreeFileSync/Source/Makefile 10.5-1/FreeFileSync/Source/Makefile
--- 10.5-0/FreeFileSync/Source/Makefile	2018-10-16 22:14:04.472035798 -0400
+++ 10.5-1/FreeFileSync/Source/Makefile	2018-10-16 22:17:45.141649203 -0400
@@ -121,7 +121,6 @@
 	../Build/gong.wav \
 	../Build/harp.wav \
 	../Build/Resources.zip \
-	"../Build/User Manual.pdf" \
 	$(APPSHAREDIR)
 
 	mkdir -p $(DOCSHAREDIR)
bgstack15