]> Lady’s Gitweb - Blog/commitdiff
Clean up makefile
authorLady <redacted>
Sun, 14 May 2023 04:36:52 +0000 (21:36 -0700)
committerLady <redacted>
Sun, 14 May 2023 04:41:35 +0000 (21:41 -0700)
There was some old copypasta in here from WWW.

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.047879 seconds and 4 git commands to generate.