Add spec-install target

This runs the traditional install but also copies
the spec folder to the install directory.
This commit is contained in:
Kevin Sawicki
2012-06-13 16:07:40 -07:00
parent d5d7325bc9
commit 61d865f369

View File

@@ -81,3 +81,5 @@ install:
cp ../index.html $(INSTALLDIR)
ln -sf $(INSTALLDIR)/atom /usr/local/bin/atom
spec-install: install
cp -R ../spec $(INSTALLDIR)