diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-11-13 20:17:05 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-11-13 20:17:05 +0100 |
| commit | c63a5b990b9f697bff6cc4c84babfc7da114b9be (patch) | |
| tree | 1c107911861048a348cdc137f73579657ef5b748 /default.mk | |
| parent | debe61b4f5058212d56118701948d82f7b417396 (diff) | |
Publish manual and statistics using webdav
Re magit/magit#5472.
Diffstat (limited to 'default.mk')
| -rw-r--r-- | default.mk | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,7 @@ TOP := $(dir $(lastword $(MAKEFILE_LIST))) +DOMAIN ?= magit.vc + PKG = with-editor ELS = $(PKG).el @@ -8,9 +10,6 @@ ELCS = $(ELS:.el=.elc) DEPS = compat DEPS += vterm -DOMAIN ?= magit.vc -CFRONT_DIST ?= E2LUHBKU1FBV02 - VERSION ?= $(shell test -e $(TOP).git && git describe --tags --abbrev=0 | cut -c2-) REVDESC := $(shell test -e $(TOP).git && git describe --tags) @@ -32,3 +31,6 @@ MANUAL_HTML_ARGS ?= --css-ref /assets/page.css GITSTATS ?= gitstats GITSTATS_DIR ?= $(TOP)docs/stats GITSTATS_ARGS ?= -c style=https://magit.vc/assets/stats.css -c max_authors=999 + +RCLONE ?= rclone +RCLONE_ARGS ?= -v |
