mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
Fix 'make samples' (git doesn't version directories, so 'examples' won't
exist yet)
This commit is contained in:
parent
5b7b47f015
commit
90c9e0aec4
@ -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
|
||||
|
||||
|
@ -32,7 +32,6 @@ SRCDIR = @SAMBASOURCEDIR@
|
||||
EPSTOPDF = @EPSTOPDF@
|
||||
MANPAGEDIR3 = manpages-3
|
||||
MAKEINDEX = @MAKEINDEX@
|
||||
EXAMPLESDIR = $(OUTPUTDIR)/examples
|
||||
SMBDOTCONFDOC = smbdotconf
|
||||
DOCBOOKDIR = tmp
|
||||
PSDIR = $(OUTPUTDIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user