aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 99046df9a..1e5433a44 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,9 @@ endif
@$(PHP) ./cli/manipulate.translation.php -a ignore -k $(key) -l $(lang)
@echo Key ignored.
+###########
+## TOOLS ##
+###########
.PHONY: rtl
rtl: ## Generate RTL CSS files
rtlcss -d p/themes && find . -type f -name '*.rtl.rtl.css' -delete
@@ -154,6 +157,10 @@ rtl: ## Generate RTL CSS files
pot: ## Generate POT templates for docs
cd docs && ../cli/translation-update.sh
+.PHONY: refresh
+refresh: ## Refresh feeds by fetching new messages
+ @$(PHP) ./app/actualize_script.php
+
##########
## HELP ##
##########