diff options
Diffstat (limited to 'skins/vector/Makefile')
-rw-r--r-- | skins/vector/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/skins/vector/Makefile b/skins/vector/Makefile deleted file mode 100644 index 74e36c4..0000000 --- a/skins/vector/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# -# 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 |