]> Lady’s Gitweb - Blog/blobdiff - GNUmakefile
Clean up makefile
[Blog] / GNUmakefile
index 54916363b1cd835762ade7215ee636d341ea0cc9..f97f746463e38b4566629e813cf624c3b7ddd893 100644 (file)
@@ -8,23 +8,16 @@ SHELL = /bin/sh
 
 # This Makefile requires rsync 3 or newer.
 RSYNC = rsync
-RSYNC_FLAGS = -Oclmrtvz
+RSYNC_FLAGS = --verbose --checksum --recursive --links --times --omit-dir-times --del --prune-empty-dirs --compress
 RSYNC_OPTIONS =
 RSYNC_FILTER = .rsync-filter
 
 SOURCE_CHARSET = utf-8-mac
 
-DESTINATION_HOST = computer
-DESTINATION_PATH = lady/www
-DESTINATION = $(DESTINATION_HOST):$(DESTINATION_PATH)
-DESTINATION_CHARSET = utf-8
-
-RSYNC_OPTIONS =
-SOURCE_CHARSET = utf-8-mac
-DESTINATION_CHARSET = utf-8
 DESTINATION_HOST = computer
 DESTINATION_PATH = lady/blog
 DESTINATION = $(DESTINATION_HOST):$(DESTINATION_PATH)
+DESTINATION_CHARSET = utf-8
 
 GIT_FORCE =
 
This page took 0.064789 seconds and 4 git commands to generate.