diff options
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 |