move full content of exemples/ directory into a standalone install

This commit is contained in:
<bdauvergne@entrouvert.com> 1210147503 +0200 0001-01-01 00:00:00 +00:00
parent dffdd1b050
commit 8356925f73
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION=0.2
VERSION=0.3
NAME=spkitlasso
DIR:=$(shell basename `pwd`)
FULL=$(NAME)-$(VERSION)
@ -48,8 +48,8 @@ install-standalone:
mkdir -p $(DESTDIR)/build/spkitlasso
mkdir -p $(DESTDIR)/build/data
cp endpoints/* $(DESTDIR)/build
cp exemples/* $(DESTDIR)/build/
cp include/*.php $(DESTDIR)/build/spkitlasso/
cp exemples/index.php $(DESTDIR)/build/exemple.php
sed -i 's#^\( *\)\$$path#\1// $$path#;n;s#// \$$path#$$path#' $(DESTDIR)/build/spkitlasso/*datadir*php
uninstall: