From 25666ec5d3edbd614b01594399b03d107c8341ff Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 1 Mar 2020 21:15:17 +0100 Subject: [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! --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 ## ########## -- cgit v1.2.3