$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 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