Skip to content

Commit

Permalink
Add vars and defaults to Makefile for #19.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Sep 22, 2023
1 parent 3c82302 commit dbf6646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ clean: clean-modeldoc clean-site clean-release-assets ## Clean all

#
# Website generation / hugo
#

REVISIONS:=develop $(shell ./support/list_revisions.sh)
PROTOTYPE_BRANCHES_REMOTE:=origin
PROTOTYPE_BRANCHES_PREFIX:=""
REVISIONS:=develop $(shell PROTOTYPE_BRANCHES_REMOTE="$(PROTOTYPE_BRANCHES_REMOTE)" PROTOTYPE_BRANCHES_PREFIX="$(PROTOTYPE_BRANCHES_PREFIX)" ./support/list_revisions.sh)
MODELDOC_CONTENT_DIR:=site/content/models
MODELDOC_REVISION_CONTENT_DIR:=$(patsubst %,$(MODELDOC_CONTENT_DIR)/%/,$(REVISIONS))
MODELDOC_DATA_DIR:=site/data/models
Expand Down

0 comments on commit dbf6646

Please sign in to comment.