summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Meister <dominik.meister@hotmail.ch>2020-08-26 20:12:35 +0200
committerDominik Meister <dominik.meister@hotmail.ch>2020-08-26 20:12:35 +0200
commitd74c1544c981b3ea91b6953319e2bf8a4530eb60 (patch)
tree33099e668386ee73500da67ce5e8fdb4fbbdfa43 /Makefile
parentf95d79d647fb153b3bf1d1025860719d67261933 (diff)
downloadanastasis-www-d74c1544c981b3ea91b6953319e2bf8a4530eb60.tar.gz
anastasis-www-d74c1544c981b3ea91b6953319e2bf8a4530eb60.tar.bz2
anastasis-www-d74c1544c981b3ea91b6953319e2bf8a4530eb60.zip
folder structure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aaf90d5..2816c60 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,6 @@ LANGUAGES="en de fr es it ru pt"
all: locale template
(cd web-common && $(tsc))
($(cp) rendered/static/robots.txt rendered/robots.txt)
- ($(cp) rendered/static/robots.txt rendered/dist/robots.txt)
(for lang in `echo $(LANGUAGES)` ; do \
$(cp) rendered/static/robots.txt rendered/$$lang/robots.txt; \
done)