From: Javier Fernández-Sanguino Date: Wed, 10 May 2017 20:48:13 +0000 (+0000) Subject: Fix name of spanish book #13, add tarket to install only a given language X-Git-Tag: 20180215~72 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=f2ecbc13bfd1602e8e20eff5d94a07ce86d39e6c;hp=5f33923825255b3076f000bf42b5d2fae19bc6f2 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 --- 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)