4b1be2785d
The XSP is a Mono based web server that can be used to run ASP.NET applications.
13 lines
690 B
Plaintext
13 lines
690 B
Plaintext
$OpenBSD: patch-docs_Mono_WebServer_Makefile_in,v 1.1.1.1 2011/07/20 14:53:24 robert Exp $
|
|
--- docs/Mono.WebServer/Makefile.in.orig Wed Jul 20 16:28:03 2011
|
|
+++ docs/Mono.WebServer/Makefile.in Wed Jul 20 16:28:15 2011
|
|
@@ -170,7 +170,7 @@ DOCS_TREE_20 = $(DOCS_ARCHIVE_BASE).tree
|
|
DOCS_SOURCE_20 = $(DOCS_ARCHIVE_BASE).source
|
|
MONO_WEBSERVER_ASSEMBLY_20 = $(top_srcdir)/src/Mono.WebServer/2.0/Mono.WebServer2.dll
|
|
INSTALL_FILES = $(DOCS_ARCHIVE_20) $(DOCS_TREE_20) $(DOCS_SOURCE_20)
|
|
-DOC_FILES = $(shell find en -path '*/.svn' -prune -o -type f -printf "%p ")
|
|
+DOC_FILES = $(shell gfind en -path '*/.svn' -prune -o -type f -printf "%p ")
|
|
EXTRA_DIST = \
|
|
$(DOCS_SOURCE_20) \
|
|
$(DOC_FILES)
|