Skip to content

Commit 2e87dd7

Browse files
committed
Adding command line flags
1 parent cbd6118 commit 2e87dd7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

text/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ IMAGEDIRS = docs-dir/Icons source/_static/img $(shell find $(SOURCEDIR)/Mod
1616
SVG2PDF = rsvg-convert
1717
SVG2PDF_FLAGS =
1818

19-
SYNC = s3cmd sync -P -F
20-
S3GET = s3cmd get
21-
S3PUT = s3cmd put -P
19+
S3CMD = s3cmd $(S3FLAGS)
20+
21+
SYNC = $(S3CMD) sync -P -F
22+
S3GET = $(S3CMD) get
23+
S3PUT = $(S3CMD) put -P
2224
S3BUCKET = book.xogeny.com
2325

2426
# Internal variables.

0 commit comments

Comments
 (0)