summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-12 16:31:19 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:45 -0500
commitdc448bdfbb479a245028c6f2b30b32d3cc7f0b50 (patch)
treec7103888b886594d6a5cecee7e2872f86dba340f /docs/Makefile
parentc8d6660c18545132e2fa975701e3f39e7d4d048b (diff)
downloadsamba-dc448bdfbb479a245028c6f2b30b32d3cc7f0b50.tar.gz
samba-dc448bdfbb479a245028c6f2b30b32d3cc7f0b50.tar.bz2
samba-dc448bdfbb479a245028c6f2b30b32d3cc7f0b50.zip
Get rid of unused elements, simply image handling
(This used to be commit 8fb0bb8ce4668ee0ed1e247dad57c9e9a5a233f6)
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 65d05a203d..b320920d5a 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -38,7 +38,6 @@ help:
@echo " htmlman3,htmlman4 - Build HTML version of manpages"
@echo " undocumented - Output list of undocumented smb.conf options"
@echo " samples - Extract examples"
- @echo " files - Extract other files"
$(DOCBOOKDIR)/Samba3-ByExample.xml: $(filter-out Samba3-ByExample/index.xml,$(wildcard Samba3-ByExample/*.xml))
$(DOCBOOKDIR)/Samba3-HOWTO.xml: $(filter-out Samba3-HOWTO/index.xml,$(wildcard Samba3-HOWTO/*.xml)) Samba3-HOWTO-attributions.xml
@@ -278,10 +277,6 @@ undocumented: $(SMBDOTCONFDOC)/parameters.all.xml scripts/find_missing_doc.pl sc
@$(PERL) scripts/find_missing_doc.pl $(SRCDIR)
@$(PERL) scripts/find_missing_manpages.pl $(SRCDIR)
-# Examples and the like
-files: Samba3-HOWTO/index.xml xslt/extract-smbfiles.xsl
- $(XSLTPROC) xslt/extract-smbfiles.xsl $< > /dev/null
-
samples: $(DOCBOOKDIR)/Samba3-HOWTO.xml xslt/extract-examples.xsl scripts/indent-smb.conf.pl
mkdir -p $(EXAMPLESDIR)
$(XSLTPROC) --xinclude xslt/extract-examples.xsl $< > /dev/null 2> examples/README