Skip to content

Commit

Permalink
Makefile: Include ui directory in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgalgs committed Oct 31, 2023
1 parent 4438965 commit 55356f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ PHONY += build build.clean
build: translate
$(Q)mkdir -p _build
$(Q)cp $(VV) $(BASE_MODULES) _build
$(Q)mkdir -p _build/ui
$(Q)cp $(VV) -r $(UUID)/ui/* _build/ui/
$(Q)mkdir -p _build/locale
$(Q)cp $(VV) -r $(UUID)/locale/* _build/locale/
$(Q)mkdir -p _build/schemas
Expand Down

0 comments on commit 55356f0

Please sign in to comment.