Skip to content

Commit

Permalink
Fix typo when assigning H_POLICIES, .md.tt files weren't correctly de…
Browse files Browse the repository at this point in the history
…tected
  • Loading branch information
levitte committed Nov 6, 2023
1 parent 13124f8 commit 413c195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ H_POLICIES = $(addsuffix .html,\
policies/technical/*.md \
policies/general-supplemental/*.md)) \
$(basename $(basename $(shell git ls-files -- \
policies/general/*.md \
policies/technical/*.md))))
policies/general/*.md.tt \
policies/technical/*.md.tt))))
# We filter out any file starting with 'sub-'... they get special treatment
H_SOURCE= $(addsuffix .html,\
$(basename $(shell git ls-files -- source/*.md \
Expand Down

0 comments on commit 413c195

Please sign in to comment.