Skip to content

Commit

Permalink
🪛 remove potfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeFTN committed Jan 26, 2024
1 parent b762bf6 commit 4b3605d
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 @@ -36,6 +36,8 @@ $(ZIP_NAME): $(ZIP_CONTENT)
@cp -r $^ $(ZIP_TEMP)
@rm --force $@
@cd $(ZIP_TEMP) && zip -r ../$@ .
@cd $(ZIP_TEMP) && zip -d ../$@ **/*.pot
@cd $(ZIP_TEMP) && zip -d ../$@ **/*.po

$(SCHEMA_COMPILED_FILE): $(SCHEMA_FILE)
@echo "[-] COMPILING SCHEMA..."
Expand Down

0 comments on commit 4b3605d

Please sign in to comment.