d8f1c4f58c
- Fix patch files to reflect 'make makepatch'
13 lines
246 B
Text
13 lines
246 B
Text
--- 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")
|
|
{
|