summaryrefslogtreecommitdiff
path: root/devel/bisoncpp/files/patch-build
blob: e3abd537786464a7b2a5a2c7a3ae5364502894a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- build.orig	2015-05-25 15:47:08 UTC
+++ build
@@ -40,7 +40,10 @@ void main(int argc, list argv)
         manpage();
 
     if (option == "manual")
+    {
+        manhtmlpage();
         manual();
+    }
 
     if (option == "library")
     {