mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e3142c9624
commit
0eaef0c326
59 changed files with 2065 additions and 2032 deletions
|
|
@ -1,19 +1,19 @@
|
|||
GETTEXT_LOCALE ?= $(notdir $(shell $(PWD)))
|
||||
GETTEXT_LOCALE ?= $(notdir $(shell $(PWD)))
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
include $(MODDIR)/make/dev-utils.mk
|
||||
|
||||
GETTEXT_PROJECT_PO ?= $(PROJECT).po
|
||||
GETTEXT_PROJECT_POT ?= $(PROJECT).pot
|
||||
GETTEXT_PROJECT_PO ?= $(PROJECT).po
|
||||
GETTEXT_PROJECT_POT ?= $(PROJECT).pot
|
||||
|
||||
GETTEXT_PO ?= $(wildcard *.po)
|
||||
GETTEXT_POT ?= $(patsubst %.po,%.pot,$(GETTEXT_PO))
|
||||
GETTEXT_MO ?= $(patsubst %.po,%.mo,$(GETTEXT_PO))
|
||||
GETTEXT_INPUT_DIRS ?= $(wildcard $(TOPDIR)/tools $(TOPDIR)/src $(TOPDIR)/conf)
|
||||
GETTEXT_INPUT_FILES ?= $(foreach d,$(GETTEXT_INPUT_DIRS),\
|
||||
GETTEXT_PO ?= $(wildcard *.po)
|
||||
GETTEXT_POT ?= $(patsubst %.po,%.pot,$(GETTEXT_PO))
|
||||
GETTEXT_MO ?= $(patsubst %.po,%.mo,$(GETTEXT_PO))
|
||||
GETTEXT_INPUT_DIRS ?= $(wildcard $(TOPDIR)/tools $(TOPDIR)/src $(TOPDIR)/conf)
|
||||
GETTEXT_INPUT_FILES ?= $(foreach d,$(GETTEXT_INPUT_DIRS),\
|
||||
$(shell find $d -name '*.php' -o -name '*.cpp' -o -name '*.conf'))
|
||||
GETTEXT_KEYWORDS ?= htr ehtr $(GETTEXT_EXTRA_KEYWORDS)
|
||||
GETTEXT_KEYWORDS ?= htr ehtr $(GETTEXT_EXTRA_KEYWORDS)
|
||||
|
||||
all: $(GETTEXT_MO)
|
||||
clean: clean-mo
|
||||
|
|
@ -50,12 +50,12 @@ edit: merge $(GETTEXT_PROJECT_POT)
|
|||
mv $@.tmp $@
|
||||
|
||||
#msginit --no-translator --locale es_MX --output-file $(PROJECT)_spanish.po --input $(PROJECT).pot
|
||||
#sed --in-place $(PROJECT)_spanish.po --expression='/"hello, world!"/,/#: / s/""/"hola mundo"/'
|
||||
#sed --in-place $(PROJECT)_spanish.po --expression = '/"hello, world!"/,/#: / s/""/"hola mundo"/'
|
||||
#mkdir --parents ./es_MX.utf8/LC_MESSAGES
|
||||
#msgfmt --check --verbose --output-file ./es_MX.utf8/LC_MESSAGES/$(PROJECT).mo $(PROJECT)_spanish.po
|
||||
|
||||
GETTEXT_TMP = $(patsubst %.php,%.htr,$(GETTEXT_PREPROCESS))
|
||||
GETTEXT_INPUT_FILES += $(GETTEXT_TMP)
|
||||
GETTEXT_TMP = $(patsubst %.php,%.htr,$(GETTEXT_PREPROCESS))
|
||||
GETTEXT_INPUT_FILES += $(GETTEXT_TMP)
|
||||
|
||||
all: htr
|
||||
clean: htr-tmp-clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue