summaryrefslogtreecommitdiff
path: root/skins/vector/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'skins/vector/Makefile')
-rw-r--r--skins/vector/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/skins/vector/Makefile b/skins/vector/Makefile
new file mode 100644
index 00000000..74e36c45
--- /dev/null
+++ b/skins/vector/Makefile
@@ -0,0 +1,18 @@
+#
+# Handy makefile to build the RTL variant with cssjanus
+#
+
+all: main-rtl.css
+
+main-rtl.css: main-ltr.css cssjanus/cssjanus.py
+ python cssjanus/cssjanus.py --swap_ltr_rtl_in_url < main-ltr.css > main-rtl.css
+
+# SVN version is broken; checking in our own.
+#cssjanus/cssjanus.py:
+# svn co http://cssjanus.googlecode.com/svn/trunk cssjanus
+
+#distclean: clean
+# rm -rf cssjanus
+
+clean:
+ rm -f main-rtl.css