mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
docs: Fix undocumented target to find smb.conf directives in the right place
The manpages target needs to be reworked to know about waf. Andrew Bartlett
This commit is contained in:
@ -29,7 +29,7 @@ chdir($curdir);
|
||||
# Reading entries from source code
|
||||
|
||||
|
||||
open(SOURCE,"$topdir/param/loadparm.c") or die("Can't open $topdir/param/loadparm.c: $!");
|
||||
open(SOURCE,"$topdir/lib/param/param_table.c") or die("Can't open $topdir/lib/param/param_table.c: $!");
|
||||
|
||||
while ($ln = <SOURCE>) {
|
||||
last if $ln =~ m/^static\ struct\ parm_struct\ parm_table.*/;
|
||||
|
Reference in New Issue
Block a user