diff options
author | Wu Xiaotian <[email protected]> | 2019-07-01 11:00:12 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 18:36:15 +0200 |
commit | ebf11ed7cac77f0e98e9293474e5044269fd2cbf (patch) | |
tree | 9059cf460b401318df212d121e44d5e4ca79fc82 /data/Makefile.am | |
parent | 6c800cde0cee8ba740b5aa5bbfaa3df5eaab2e79 (diff) | |
download | caja-ebf11ed7cac77f0e98e9293474e5044269fd2cbf.tar.bz2 caja-ebf11ed7cac77f0e98e9293474e5044269fd2cbf.tar.xz |
create msgstr for data/browser.xml
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 92d6e824..09dc2509 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,7 +2,8 @@ NULL = xml_in_files = caja.xml.in xml_files = $(xml_in_files:.xml.in=.xml) -$(xml_files): $(xml_in_files) + +%.xml: %.xml.in $(AM_V_GEN) GETTEXTDATADIR=$(top_srcdir) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ desktopdir = $(datadir)/applications @@ -30,13 +31,13 @@ org.mate.freedesktop.FileManager1.service: org.mate.freedesktop.FileManager1.ser $(AM_V_GEN) sed -e "s|\@bindir\@|$(bindir)|" $< > $@ cajadatadir = $(datadir)/caja - +cajadata_in_files = browser.xml.in cajadata_DATA = \ browser.xml \ caja-extras.placeholder \ caja-suggested.placeholder \ caja.css \ - caja-desktop.css \ + caja-desktop.css \ $(NULL) # app data file @@ -52,6 +53,7 @@ EXTRA_DIST = $(cajadata_DATA) \ caja.css \ freedesktop-dbus-interfaces.xml \ $(xml_in_files) \ + $(cajadata_in_files) \ $(desktop_in_files) \ $(service_in_files) \ $(appdata_in_files) \ |