Skip to content

Commit

Permalink
Fixes #24545: Remove duplicated files
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Mar 20, 2024
1 parent 25fbe48 commit 7d5bb64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion change-validation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# make licensed : will build a license limited version of the plugin
#

FILES = $(NAME)/change-validation-schema.sql $(NAME)/change-validation.conf $(NAME)/validation-mail.template $(NAME)/deployment-mail.template $(NAME)/cancelled-mail.template $(NAME)/deployed-mail.template
FILES =
OTHER_TARGETS = target/$(NAME)/change-validation-schema.sql target/$(NAME)/change-validation.conf target/$(NAME)/validation-mail.template target/$(NAME)/deployment-mail.template target/$(NAME)/cancelled-mail.template target/$(NAME)/deployed-mail.template
SCRIPTS = postinst

include ../makefiles/common-scala-plugin.mk
Expand Down

0 comments on commit 7d5bb64

Please sign in to comment.