Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: Make all other language files "depend" on english.lang

If we update english.lang, we need to re-run genlang on the other
language files so any changes are picked up.

Change-Id: I7d296b3cc814871e881bdeac2784e64705bde10b

+1 -1
+1 -1
apps/lang/lang.make
··· 47 47 48 48 # NOTE: for some weird reasons in GNU make, multi targets rules WITH patterns actually express 49 49 # the fact that the two files are created as the result of one invocation of the rule 50 - $(BUILDDIR)/%.lng $(BUILDDIR)/%.vstrings: $(ROOTDIR)/%.lang $(BUILDDIR)/apps/genlang-features $(TOOLSDIR)/genlang $(TOOLSDIR)/updatelang 50 + $(BUILDDIR)/%.lng $(BUILDDIR)/%.vstrings: $(ROOTDIR)/%.lang $(APPSDIR)/lang/$(ENGLISH).lang $(BUILDDIR)/apps/genlang-features $(TOOLSDIR)/genlang $(TOOLSDIR)/updatelang 51 51 $(call PRINTS,GENLANG $(subst $(ROOTDIR)/,,$<)) 52 52 $(SILENT)mkdir -p $(dir $@) 53 53 $(SILENT)$(TOOLSDIR)/updatelang $(APPSDIR)/lang/$(ENGLISH).lang $< $@.tmp