diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-14 19:16:27 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-14 19:25:54 (EST) |
commit | 5b5d596f0975c82ecff22c9b00fdd2b5e19482fd (patch) | |
tree | 29b6b60a182ac2b03715643b8e1025151763563e /man | |
parent | 4b38a392c80e58d8bdf3865c628727ad446777cf (diff) |
Document the -s option of oh-autoconfigure.
Diffstat (limited to 'man')
-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 , |