summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile.settings.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-05-01 04:40:55 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-05-01 13:10:13 +0200
commit4abc5c945e305df24476f2cc93b63353c3dd922e (patch)
treef45eb730ee080cf3cab2db1f6d4e6e497f99c9c5 /docs-xml/Makefile.settings.in
parent6e48495ee715156a292d96d9fa87ec7ff17d02f6 (diff)
downloadsamba-4abc5c945e305df24476f2cc93b63353c3dd922e.tar.gz
samba-4abc5c945e305df24476f2cc93b63353c3dd922e.tar.bz2
samba-4abc5c945e305df24476f2cc93b63353c3dd922e.zip
Fix 'make undocumented' (by hardcoding the source path, now that the docs
live in the same git repo)
Diffstat (limited to 'docs-xml/Makefile.settings.in')
-rw-r--r--docs-xml/Makefile.settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Makefile.settings.in b/docs-xml/Makefile.settings.in
index 92a00974ff..254ac6be00 100644
--- a/docs-xml/Makefile.settings.in
+++ b/docs-xml/Makefile.settings.in
@@ -28,7 +28,7 @@ endif
OUTPUTDIR = output
ARCHIVEDIR = archive
TEXINFODIR = $(OUTPUTDIR)/texi
-SRCDIR = @SAMBASOURCEDIR@
+SRCDIR = ../source3
EPSTOPDF = @EPSTOPDF@
MANPAGEDIR3 = manpages-3
MAKEINDEX = @MAKEINDEX@