aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/Makefile
diff options
context:
space:
mode:
authorFabrixxm <fabrix.xm@gmail.com>2012-06-29 05:29:58 -0400
committerFabrixxm <fabrix.xm@gmail.com>2012-06-29 05:29:58 -0400
commit8b18ee49ffbc51e4d377a99fd391ee44d876734f (patch)
tree2a054dc342dc97a6792b16ae3818790257ac8b28 /view/theme/quattro/Makefile
parent0fb08e3642e195da071c6f8d01248c3565ae0cc3 (diff)
downloadvolse-hubzilla-8b18ee49ffbc51e4d377a99fd391ee44d876734f.tar.gz
volse-hubzilla-8b18ee49ffbc51e4d377a99fd391ee44d876734f.tar.bz2
volse-hubzilla-8b18ee49ffbc51e4d377a99fd391ee44d876734f.zip
quattro: some updates
- add makefile to rebuild both css with single command - fix icons in Forums widget - style photos pages
Diffstat (limited to 'view/theme/quattro/Makefile')
-rw-r--r--view/theme/quattro/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/quattro/Makefile b/view/theme/quattro/Makefile
new file mode 100644
index 000000000..5df58c821
--- /dev/null
+++ b/view/theme/quattro/Makefile
@@ -0,0 +1,5 @@
+all:
+ cd dark; make; cd ..
+ cd green; make; cd ..
+
+