Remove files forgotten in last commit

Reported by:	pkg-fallout
This commit is contained in:
Romain Tartière 2016-08-09 07:11:41 +00:00
parent a840d8bb38
commit 985f40e8a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419904
2 changed files with 0 additions and 22 deletions

View file

@ -1,11 +0,0 @@
--- docs/Mono.FastCGI/Makefile.am.orig
+++ docs/Mono.FastCGI/Makefile.am
@@ -8,7 +8,7 @@
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 find en -path '*/.svn' -prune -o -type f)
EXTRA_DIST = \
$(DOCS_SOURCE_20) \

View file

@ -1,11 +0,0 @@
--- docs/Mono.WebServer/Makefile.am.orig
+++ docs/Mono.WebServer/Makefile.am
@@ -8,7 +8,7 @@
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 find en -path '*/.svn' -prune -o -type f)
EXTRA_DIST = \
$(DOCS_SOURCE_20) \