From f9e8f08197651f053bf6a23584bf04814440fec0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Sep 2012 09:09:38 +1000 Subject: 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 --- docs-xml/Makefile.settings.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-xml/Makefile.settings.in') diff --git a/docs-xml/Makefile.settings.in b/docs-xml/Makefile.settings.in index e5d58a4279..2bf96d746b 100644 --- a/docs-xml/Makefile.settings.in +++ b/docs-xml/Makefile.settings.in @@ -16,7 +16,7 @@ PERL = @PERL@ OUTPUTDIR = output ARCHIVEDIR = archive TEXINFODIR = $(OUTPUTDIR)/texi -SRCDIR = ../source3 +SRCDIR = ../ MANPAGEDIR = manpages SMBDOTCONFDOC = smbdotconf DOCBOOKDIR = tmp -- cgit