diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-05-15 16:36:15 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:50 -0500 |
commit | e16f34e94302e06088c5279ae4b0dac875c30cd9 (patch) | |
tree | e6dbe312dd35d131c7ec73b788b13361bff72ec1 /docs/Makefile.in | |
parent | a1a6c5198a9f291ad2c774cdb0c8d9ced7c31cc7 (diff) | |
download | samba-e16f34e94302e06088c5279ae4b0dac875c30cd9.tar.gz samba-e16f34e94302e06088c5279ae4b0dac875c30cd9.tar.bz2 samba-e16f34e94302e06088c5279ae4b0dac875c30cd9.zip |
Allow specifying a directory with the samba sources
(This used to be commit 411a84c102eacd9865468304d3a19170e7daae35)
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 |