One place forgot intval() mLatestID causing bugs with strict comparisons. Fixed it...
[lhc/web/wiklou.git] / skins / vector / Makefile
1 #
2 # Handy makefile to build the RTL variant with cssjanus
3 #
4
5 all: main-rtl.css
6
7 main-rtl.css: main-ltr.css cssjanus/cssjanus.py
8 python cssjanus/cssjanus.py --swap_ltr_rtl_in_url < main-ltr.css > main-rtl.css
9
10 # SVN version is broken; checking in our own.
11 #cssjanus/cssjanus.py:
12 # svn co http://cssjanus.googlecode.com/svn/trunk cssjanus
13
14 #distclean: clean
15 # rm -rf cssjanus
16
17 clean:
18 rm -f main-rtl.css