comparison GNUmakefile @ 1333:21089e4b021b

Excluded alternative languages from building.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 09 Oct 2014 15:30:48 +0000
parents 59f7fb43e39c
children f1e14d87d833
comparison
equal deleted inserted replaced
1332:35d755b8c5a5 1333:21089e4b021b
64 NEWS_DEPS = \ 64 NEWS_DEPS = \
65 $(COMMON_DEPS) \ 65 $(COMMON_DEPS) \
66 dtd/news.dtd \ 66 dtd/news.dtd \
67 xslt/news.xslt \ 67 xslt/news.xslt \
68 68
69 LANGS = en ru cn he ja tr it 69 LANGS = en ru
70 70
71 YEARS = 2013 2012 2011 2010 2009 71 YEARS = 2013 2012 2011 2010 2009
72 72
73 all: news arx 404 $(LANGS) 73 all: news arx 404 $(LANGS)
74 74