diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-01 19:56:57 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-03 01:08:44 -0400 |
commit | 569276ca95b637fc455da4d3051ea000d54d6492 (patch) | |
tree | 100aff527aef3de68302fe166509baa3ba911ead /src/abslibre-tools | |
parent | d5a9d0ba267d418179a486e296c7dead774e9904 (diff) |
libredbdiff: downloadfile has a message formatter; notify librexgettext
Diffstat (limited to 'src/abslibre-tools')
-rw-r--r-- | src/abslibre-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abslibre-tools/Makefile b/src/abslibre-tools/Makefile index a1b7765..f9495d0 100644 --- a/src/abslibre-tools/Makefile +++ b/src/abslibre-tools/Makefile @@ -1,4 +1,6 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk +$(outdir)/libredbdiff.pot: LIBREXGETTEXT_FLAGS += --simple=downloadfile:3 + include $(topsrcdir)/build-aux/Makefile.tail.mk |