diff options
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index e48be83ec7..825d8114a2 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -33,7 +33,7 @@ endif TOPDIR = $(shell pwd) OUTPUTDIR = $(TOPDIR)/output ARCHIVEDIR = $(OUTPUTDIR)/archive -SRCDIR = @srcdir@ +SRCDIR = @SAMBASOURCEDIR@ MANDIR = $(OUTPUTDIR)/manpages EPSTOPDF = @EPSTOPDF@ MANPAGEDIR = $(TOPDIR)/manpages @@ -270,7 +270,7 @@ $(MANDIR)/%: %.xml # Find undocumented parameters undocumented: $(SMBDOTCONFDOC)/parameters.all.xml - $(PERL) scripts/find_missing_doc.pl ../.. + @$(PERL) scripts/find_missing_doc.pl $(SRCDIR) # Examples and the like |