diff options
Diffstat (limited to 'backend/ps/Makefile.am')
-rw-r--r-- | backend/ps/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am index 0cac11ff..7e431376 100644 --- a/backend/ps/Makefile.am +++ b/backend/ps/Makefile.am @@ -24,7 +24,11 @@ backend_in_files = psdocument.atril-backend.desktop.in backend_DATA = $(backend_in_files:.atril-backend.desktop.in=.atril-backend) $(backend_DATA): $(backend_in_files) +if USE_NLS $(AM_V_GEN) $(MSGFMT) --desktop --keyword=TypeDescription --template $< -d $(top_srcdir)/po -o $@ +else + $(AM_V_GEN) cp -f $< $@ +endif EXTRA_DIST = $(backend_in_files) |