[gimp-web] remove --delete from the second rsync invocation.
- From: Simon Budig <simon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] remove --delete from the second rsync invocation.
- Date: Thu, 21 Feb 2013 01:09:00 +0000 (UTC)
commit 8c9c4ed1cd5f25b4a7a67d0e6e75268570d4ebbf
Author: Simon Budig <simon budig de>
Date: Thu Feb 21 02:05:42 2013 +0100
remove --delete from the second rsync invocation.
This keeps mirrors.xhtml installed for the target "all".
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 02852b1..b12e140 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ TARGETS=$(SOURCES:.htrw=.html)
.PHONY: all usage webtools mirrors install clean cvsignore programmatic includes crontab target
all: usage includes webtools mirrors crontab ${TARGETS}
- rsync -rlt --delete --omit-dir-times --exclude-from=install.exclude ./ ${DocumentRoot}
+ rsync -rlt --omit-dir-times --exclude-from=install.exclude ./ ${DocumentRoot}
echo ${TARGETS}
# Install all includes files to the target directory (FIXME: this should not
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]