Copy themes folder in install target

This commit is contained in:
Kevin Sawicki
2012-08-22 08:59:14 -07:00
parent d28f0b1d7b
commit ffa3144023

View File

@@ -83,6 +83,7 @@ install:
cp -R ../static $(INSTALLDIR)
cp -R ../vendor $(INSTALLDIR)
cp -R ../bundles $(INSTALLDIR)
cp -R ../themes $(INSTALLDIR)
cp ../index.html $(INSTALLDIR)
coffee -c -o $(INSTALLDIR)/src/stdlib ../src/stdlib/require.coffee
ln -sf $(INSTALLDIR)/atom /usr/local/bin/atom