From f2ecbc13bfd1602e8e20eff5d94a07ce86d39e6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Wed, 10 May 2017 20:48:13 +0000 Subject: [PATCH] Fix name of spanish book #13, add tarket to install only a given language git-svn-id: https://projectaon.org/data/trunk@2626 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/pdf/build/lw/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/pdf/build/lw/Makefile b/common/pdf/build/lw/Makefile index 2b21fc4..1b13d89 100644 --- a/common/pdf/build/lw/Makefile +++ b/common/pdf/build/lw/Makefile @@ -9,13 +9,15 @@ ENGLISH_DIRS := 01fftd 02fotw 03tcok 04tcod 05sots 06tkot 07cd 08tjoh \ # LS #1 to #13 (Spanish) SPANISH_DIRS := 01hdlo 02fsea 03lcdk 04eam 05eddls 06lpdlc 07meec \ - 08ljdlh 09ecdm 10lmdt 11pdt 12lsdlo 13tplor + 08ljdlh 09ecdm 10lmdt 11pdt 12lsdlo 13lsdlpdr # Unpublished (spanish) books # 14lcdk 16eldv DIRS = $(ENGLISH_DIRS) $(SPANISH_DIRS) DIRS-install := $(addsuffix -install,$(DIRS)) +DIRS-install-en := $(addsuffix -install,$(ENGLISH_DIRS)) +DIRS-install-es := $(addsuffix -install,$(SPANISH_DIRS)) DIRS-clean := $(addsuffix -clean,$(DIRS)) DIRS-distclean := $(addsuffix -distclean,$(DIRS)) @@ -27,6 +29,9 @@ all-english: $(ENGLISH_DIRS) all-spanish: $(SPANISH_DIRS) install: $(DIRS-install) +install-english: $(DIRS-install-en) +install-spanish: $(DIRS-install-es) + clean: $(DIRS-clean) test-clean distclean: $(DIRS-distclean) -- 2.34.1