From ff0a11e6ccd17ce058685ae47ee4174d31bc673a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 15 Oct 2018 12:17:36 -0400 Subject: Makefile: Don't generate .pot files for texinfo targets --- build-aux/Makefile.once.head/00-libretools.mk | 4 +++- po/Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build-aux/Makefile.once.head/00-libretools.mk b/build-aux/Makefile.once.head/00-libretools.mk index b4d7848..cd5213d 100644 --- a/build-aux/Makefile.once.head/00-libretools.mk +++ b/build-aux/Makefile.once.head/00-libretools.mk @@ -38,6 +38,7 @@ define mod.libretools.doc # - `libretools.edit` # - `libretools.pofmt` # - Source information +# - Global variable : `libretools.groups` # - Directory variable : `libretools.pkg = libretools` # - Directory variable : `libretools.src` # - Directory variable : `libretools.src.exec` @@ -80,7 +81,8 @@ mod.quote.doc := $(value mod.quote.doc) # Configure how Autothing modules work ############################### gitfiles.file = .srcfiles.mk -files.groups = all libretools librelib gitget +libretools.groups = libretools librelib gitget +files.groups = all $(libretools.groups) # Boilerplate ######################################################## .PHONY: FORCE diff --git a/po/Makefile b/po/Makefile index d1d72a0..e3de867 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,7 +1,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -domains = $(filter-out all,$(files.groups)) +domains = $(filter-out all,$(libretools.groups)) locales := $(filter-out .,$(sort $(patsubst %/,%,$(dir $(files.src.src))))) files.src.gen += $(addsuffix .pot,$(domains)) -- cgit v1.2.2