diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
commit | 9db190c7e736ec8d063187d4241b59feaf7dc2d1 (patch) | |
tree | 46d1a0dee7febef5c2d57a9f7b972be16a163b3d /skins/vector/Makefile | |
parent | 78677c7bbdcc9739f6c10c75935898a20e1acd9e (diff) |
update to MediaWiki 1.17.0
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 74e36c45..00000000 --- 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 |