Update Makefile
This commit is contained in:
@@ -18,7 +18,7 @@ reponame := $(shell basename $(shell git rev-parse --show-toplevel))
|
||||
projtype := $(shell basename $(shell dirname $(shell git rev-parse --show-toplevel)))
|
||||
pubtype := $(if $(findstring PUB,$(branchname)),public,protected)
|
||||
remotedir := dwuser@drwater.net:/home/www/drc/$(projtype)/$(pubtype)/$(reponame)/$(branchname)
|
||||
outputdir := $(shell awk -F': *' '/^ *output-dir:/ {print $$2 "/" }' ./_quarto.yml)
|
||||
outputdir := $(shell awk -F': *' '/^ *output-dir:/ {print $$2 "/" }' ./*.yml)
|
||||
siteurl := https://drc.drwater.net/$(projtype)/$(pubtype)/$(reponame)/$(branchname)
|
||||
|
||||
branchnames := "TX\|FJ\|YF\|ZY\|WW\|JB\|YY\|YJ\|DYF"
|
||||
|
||||
Reference in New Issue
Block a user