Skip to content

Commit

Permalink
feat(rules): Add default urlinfo function for simpler initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 20, 2021
1 parent 1139788 commit 97a9729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/functions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ geometryfile = $(call parse_bookid,$@)-$(call parse_papersize,$@)-$(or $(call pa
sourcegeometry = source $(filter %-$(_geometry).sh,$^ $|)
dump = $(warning DUMP: $1)

urlinfo ?= https://example.com/$1

define ci_setup ?=
cat -
endef
Expand Down

0 comments on commit 97a9729

Please sign in to comment.