aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2020-03-25 20:08:28 +0100
committerGravatar GitHub <noreply@github.com> 2020-03-25 20:08:28 +0100
commit182b7b4ddeb6479ca160f5d11ee455777a0e31fe (patch)
tree41ddcf3b1e7b947c84be34ddeb1f554fab82bebd /Makefile
parentcdbf401ccab34132c850e5c9734cef75c6f3cb3d (diff)
Update RTL CSS files (#2848)
* Update RTL CSS files * Add RTL for Alternative-Dark, cf. https://github.com/FreshRSS/FreshRSS/pull/2811 * Update RTL for base/Origine * Also include a `*.rtl.rtl.css` deletion in `make rtl` to work around https://github.com/MohammadYounes/rtlcss/issues/64 * forgot to commit Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2ecd8b8a..fe5043301 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ endif
.PHONY: rtl
rtl: ## Generate RTL CSS files
- rtlcss -d p/themes
+ rtlcss -d p/themes && find . -type f -name '*.rtl.rtl.css' -delete
##########
## HELP ##