diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-01 04:34:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-01 13:10:13 +0200 |
commit | 90c9e0aec401c1fe714712c3072cb43923049a7f (patch) | |
tree | e97f2d194f5969b298fc6fabb8db3792a2a20ee4 /docs-xml/Makefile | |
parent | 5b7b47f01568200f5064ca4b48457edb5ccc3109 (diff) | |
download | samba-90c9e0aec401c1fe714712c3072cb43923049a7f.tar.gz samba-90c9e0aec401c1fe714712c3072cb43923049a7f.tar.bz2 samba-90c9e0aec401c1fe714712c3072cb43923049a7f.zip |
Fix 'make samples' (git doesn't version directories, so 'examples' won't
exist yet)
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r-- | docs-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 610d720d94..2a0a9d79b8 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -302,7 +302,7 @@ undocumented: $(SMBDOTCONFDOC)/parameters.all.xml scripts/find_missing_doc.pl sc $(PERL) scripts/find_missing_manpages.pl $(SRCDIR) samples: $(DOCBOOKDIR)/Samba3-HOWTO.xml xslt/extract-examples.xsl scripts/indent-smb.conf.pl - @mkdir -p $(EXAMPLESDIR) + @mkdir -p examples $(XSLTPROC) --xinclude xslt/extract-examples.xsl $< > /dev/null 2> examples/README for I in examples/*.conf; do { ./scripts/indent-smb.conf.pl < $$I > $$I.tmp; mv $$I.tmp $$I; } done |