summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-04 18:17:51 +0200
committerFlorian Dold <florian@dold.me>2021-05-04 18:17:51 +0200
commit494d7aae92301f4e158590f827cb94c251523613 (patch)
tree9375129530d46d504a419fcb22e846a97919ee60 /Makefile
parent39143a9e647d0ea5e8f18dcef73c0ea0806d9f2a (diff)
downloadwww-494d7aae92301f4e158590f827cb94c251523613.tar.gz
www-494d7aae92301f4e158590f827cb94c251523613.tar.bz2
www-494d7aae92301f4e158590f827cb94c251523613.zip
web-common is unused
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 36bb753c..13803b40 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,8 @@ include build-system/config.mk
LANGUAGES="en ar zh_Hant fr de hi it ja ko pt pt_BR ru es sv tr"
# All: build HTML pages in all languages and compile the
-# TypeScript logic in web-common.
.PHONY: all
all: locale template
- (cd web-common && $(tsc))
($(cp) rendered/static/javascript.html rendered/javascript.html)
($(cp) rendered/static/robots.txt rendered/robots.txt)
($(cp) rendered/static/robots.txt rendered/dist/robots.txt)
@@ -26,9 +24,6 @@ all: locale template
(for lang in `echo $(LANGUAGES)` ; \
do $(cp) -R images rendered/$$lang ; \
done)
- (for lang in `echo $(LANGUAGES)` ; do \
- $(cp) -R web-common rendered/$$lang ; \
- done)
(cd rendered; \
for lang in `echo $(LANGUAGES)`; do \
$(cp) $$lang/rss.xml $$lang/news/rss.xml; \