diff options
-rw-r--r-- | man/oh-autoconfigure.1.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/oh-autoconfigure.1.in b/man/oh-autoconfigure.1.in index 656a033..a5d26e5 100644 --- a/man/oh-autoconfigure.1.in +++ b/man/oh-autoconfigure.1.in @@ -7,6 +7,8 @@ oh-autoconfigure \- Automatically configure a package to be built. .SH SYNOPSIS .B oh-autoconfigure +.RB [ -s +.IR sourcedir ] .RB [ -S .IR buildsystem ] .RB [ -B @@ -20,6 +22,12 @@ attempts to automatically configure a package to be built. .SH OPTIONS .TP +.BI \-s \ sourcedir +Find sources in +.I sourcedir +instead of in +.IR src . +.TP .BI \-S \ buildsystem Force the use of .IR buildsystem , |