2011-12-13 18:38:17 +00:00
|
|
|
$OpenBSD: patch-build_documentation_rb,v 1.3 2011/12/13 18:38:17 jeremy Exp $
|
|
|
|
--- build/documentation.rb.orig Thu Jan 1 01:00:00 1970
|
|
|
|
+++ build/documentation.rb Tue Nov 15 23:50:42 2011
|
|
|
|
@@ -29,7 +29,7 @@ task :doc => Packaging::ASCII_DOCS
|
2010-11-08 23:47:37 +00:00
|
|
|
Packaging::ASCII_DOCS.each do |target|
|
|
|
|
source = target.sub(/\.html$/, '.txt')
|
|
|
|
file target => [source] + Dir["doc/users_guide_snippets/**/*"] do
|
|
|
|
- if PlatformInfo.asciidoc
|
|
|
|
+ if false
|
|
|
|
if target =~ /apache/i
|
|
|
|
type = "-a apache"
|
|
|
|
elsif target =~ /nginx/i
|