diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ## ########## |
