aboutsummaryrefslogtreecommitdiffstats
path: root/english/Makefile
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2019-08-02 10:34:01 +0200
committerLaura Arjona Reina <larjona@debian.org>2019-12-13 19:40:50 +0100
commit5abd9c6152f82ade16c7e7ebf27515718fe559d8 (patch)
tree26a8cf49e0bb3ac2b3ec82e9de65bcc28f838586 /english/Makefile
parent2b5c23f0feec2576ddd8a218df8426e4eda34449 (diff)
fix tab problem in makefile
Diffstat (limited to 'english/Makefile')
-rw-r--r--english/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/english/Makefile b/english/Makefile
index 711d1110faf..eff7aef056e 100644
--- a/english/Makefile
+++ b/english/Makefile
@@ -29,9 +29,9 @@ DESTSEARCHXML = $(patsubst %.xml,$(HTMLDIR)/%.xml,$(SEARCHXML))
endif
$(INDEXPAGE): index.wml $(TEMPLDIR)/mainpage.wml $(GETTEXTDEP) \
- $(sort $(wildcard News/$(CUR_YEAR)/[0-9]*.wml)) $(sort $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml)) \
- $(sort $(wildcard News/$(CUR_YEAR)/[0-9]*.title)) \
- $(sort $(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml)) $(sort $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml)) \
+ $(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
+ $(wildcard News/$(CUR_YEAR)/[0-9]*.title) \
+ $(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \
$(TEMPLDIR)/release_info.wml $(TEMPLDIR)/release_images.wml
ifeq "$(LANGUAGE)" "zh"

© 2014-2024 Faster IT GmbH | imprint | privacy policy