aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-03 10:35:56 +0000
committerng0 <ng0@n0.is>2019-07-03 10:35:56 +0000
commitbbe8d65b5937cad8b510de36b264f4dced947906 (patch)
treebdae7344b5e5513ee81dcb84b34dc60ee37b9c3b
parentd03beed61530fc873a95a6bc16d34a6119507704 (diff)
downloadwww-bbe8d65b5937cad8b510de36b264f4dced947906.tar.gz
www-bbe8d65b5937cad8b510de36b264f4dced947906.zip
philosophy -> about
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09c7c95a..50fbc8a4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,8 @@ all: css locale template
35 cd rendered; ln -fs gsoc.html gsoc 35 cd rendered; ln -fs gsoc.html gsoc
36 mkdir rendered/node ; cp static/moved_about.html rendered/node/about.html 36 mkdir rendered/node ; cp static/moved_about.html rendered/node/about.html
37 cd rendered/node ; ln -fs about.html 397 37 cd rendered/node ; ln -fs about.html 397
38 cp static/moved_about.html rendered/about.html
39 cd rendered ; ln -fs about.html philosophy
38 40
39# Extract translateable strings from jinja2 templates. 41# Extract translateable strings from jinja2 templates.
40# Because of the local i18nfix extractor module we need 42# Because of the local i18nfix extractor module we need