Skip to content

Commit

Permalink
CDN Preparation - Try to fix policies build 2-nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
vavroch2010 committed Jan 8, 2024
1 parent 36af058 commit 1f6e22e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ technical-policies: $(TECHNICAL_POLICIES) policies/technical/dirdata.yaml \
policies/technical/index.inc: technical-policies bin/mk-md-titlelist Makefile
./bin/mk-md-titlelist '' $(TECHNICAL_POLICIES) > $@
policies/technical/index.md: policies/technical/index.inc
## policies/technical/dirdata.yaml: policies/technical/index.inc
policies/technical/dirdata.yaml: policies/technical/index.inc
policies/technical/index.html: policies/technical/index.md

.PHONY: general-policies
Expand All @@ -375,7 +375,8 @@ general-policies: $(GENERAL_POLICIES) policies/general/dirdata.yaml \
done
policies/general/index.inc: general-policies general-policy-supplemental bin/mk-md-titlelist Makefile
./bin/mk-md-titlelist '' $(GENERAL_POLICIES) > $@
## policies/general/dirdata.yaml: policies/general/index.inc
policies/general/index.md: policies/general/index.inc
policies/general/dirdata.yaml: policies/general/index.inc
policies/general/index.html: policies/general/index.md

.PHONY: general-policy-supplemental
Expand Down

0 comments on commit 1f6e22e

Please sign in to comment.