X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fpdf%2Fbuild%2Flw%2FMakefile;fp=common%2Fpdf%2Fbuild%2Flw%2FMakefile;h=1b13d8916b2ba2fa009f489a2e60615c7fe447fc;hp=2b21fc4f8df7f175fb4170392ff72a5a31a9ad08;hb=f2ecbc13bfd1602e8e20eff5d94a07ce86d39e6c;hpb=5f33923825255b3076f000bf42b5d2fae19bc6f2 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)