Skip to content

Commit

Permalink
Makefile: treat celia-hyphenation-tables as a released artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jan 27, 2025
1 parent a53a140 commit 018b0a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ modules/braille/libhyphen-utils/.install-linux.jar \
modules/braille/libhyphen-utils/.install-windows.jar: \
modules/braille/libhyphen-utils/.install

# treat celia-hyphenation-tables as a released artifact
.PHONY : $(MVN_LOCAL_REPOSITORY)/fi/celia/celia-hyphenation-tables/1.5.1-SNAPSHOT/celia-hyphenation-tables-1.5.1-SNAPSHOT.jar
.PHONY : $(MVN_LOCAL_REPOSITORY)/fi/celia/celia-hyphenation-tables/1.5.1-SNAPSHOT!!!/celia-hyphenation-tables-1.5.1-SNAPSHOT!!!.jar

.maven-init : | $(MVN_WORKSPACE)
# the purpose of the test is for making "make -B" not affect this rule (to speed thing up)
$(MVN_WORKSPACE) :
Expand Down

0 comments on commit 018b0a0

Please sign in to comment.