Skip to content

Commit

Permalink
restore README_INCLUDES
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 30, 2024
1 parent 56cac58 commit 3212b70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/readme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ export README_LINT ?= $(TMP)/README.md
export README_FILE ?= README.md
export README_YAML ?= README.yaml

# Needed by README.md.gotmpl for `includes` to function
export README_INCLUDES ?= $(file://$(shell pwd)/?type=text/plain)

export README_TEMPLATE_REPO_REMOTE_NAME ?= origin
export README_TEMPLATE_REPO_REMOTE ?= $(shell [ -d .git ] && git remote get-url $(README_TEMPLATE_REPO_REMOTE_NAME))

Expand Down

0 comments on commit 3212b70

Please sign in to comment.