* Makefile: install target: copy web service files.

svn path=/trunk/xsp/; revision=16066
This commit is contained in:
Lluis Sanchez 2003-07-09 19:25:43 +00:00
Родитель 529783934c
Коммит 257843c67d
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2003-07-09 Lluis Sanchez Gual <lluis@ximian.com>
* XSPWorkerRequest.cs: fixed GetUnknownHeaders.
* Makefile: install target: copy web service files.
2003-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>

Просмотреть файл

@ -23,7 +23,7 @@ install: server.exe web.config global.asax
mkdir -p test/bin
cp server.exe server.exe.config web.config global.asax test
cp server.exe test/bin
cp ../test/*.aspx ../test/*.ascx ../test/*.xml ../test/*.xsl ../test/*.png test
cp ../test/*.aspx ../test/*.asmx ../test/*.config ../test/*.ascx ../test/*.xml ../test/*.xsl ../test/*.png test
cp ../test/*.dll test/bin
server.exe: $(SOURCES)