1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[internal] reorganize localization resources

This commit is contained in:
Pete Batard 2018-07-16 16:38:40 +01:00
parent 704fd9dd22
commit 0fa19d7019
21 changed files with 130 additions and 162 deletions

16
res/loc/Makefile.am Normal file
View file

@ -0,0 +1,16 @@
all-local: embedded.loc
BUILT_SOURCES = embedded.loc
noinst_PROGRAMS =
noinst_EXES =
AM_V_SED_0 = @echo " SED $<";$(SED)
AM_V_SED_1 = $(SED)
AM_V_SED_ = $(AM_V_SED_$(AM_DEFAULT_VERBOSITY))
AM_V_SED = $(AM_V_SED_$(V))
embedded.loc: rufus.loc
$(AM_V_SED) -f embedded.sed $< > $@
clean-local:
-rm -rf embedded.loc