aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a8ffdc3c..7265c5e6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -39,10 +39,6 @@ all: css locale template
39 (cd rendered/node ; $(ln) -fs about.html 397) 39 (cd rendered/node ; $(ln) -fs about.html 397)
40 ($(cp) static/moved_about.html rendered/about.html) 40 ($(cp) static/moved_about.html rendered/about.html)
41 (cd rendered ; $(ln) -fs about.html philosophy) 41 (cd rendered ; $(ln) -fs about.html philosophy)
42# (cd rendered; \
43 for lang in en de es fr it; do \
44 $(sh) ../rssg $$lang/news/index.html 'GNUnet.org' > $$lang/news/rss.xml; \
45 done)
46 (cd rendered; \ 42 (cd rendered; \
47 for lang in en de es fr it; do \ 43 for lang in en de es fr it; do \
48 $(cp) $$lang/rss.xml $$lang/news/rss.xml; \ 44 $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
@@ -61,10 +57,6 @@ locale-update: locale/messages.pot
61 done) 57 done)
62 if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi 58 if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
63 59
64# sass preprocessor
65css:
66 $(sassc) static/styles.sass static/styles.css
67
68# Compile translation files for use. 60# Compile translation files for use.
69locale-compile: 61locale-compile:
70 (for lang in en de fr it es; do \ 62 (for lang in en de fr it es; do \