aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2020-03-01 21:15:17 +0100
committerGravatar GitHub <noreply@github.com> 2020-03-01 21:15:17 +0100
commit25666ec5d3edbd614b01594399b03d107c8341ff (patch)
treeacc9bf81b3b87af4eb9515496aa0f68bfda5223b /Makefile
parentbfc731632cd32635eace9cfe99095e7971c8a4f8 (diff)
[UI] Add RTL support with RTLCSS (#2776)
* Add dir info to gen.php & install.php! * Add `make rtl` command Using rtlcss because it has actually has a command-line application!
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 ##
##########