aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87b8898e9..b2ecd8b8a 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,10 @@ endif
@$(PHP) ./cli/manipulate.translation.php -a ignore -k $(key) -l $(lang)
@echo Key ignored.
+.PHONY: rtl
+rtl: ## Generate RTL CSS files
+ rtlcss -d p/themes
+
##########
## HELP ##
##########