summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2012-09-10 12:28:19 +0200
committerKarolin Seeger <kseeger@samba.org>2012-09-10 14:19:42 +0200
commit54f1ce4c797aacc71423a0b30ead89936b0d591d (patch)
tree0eb03561e1272b6c8f32e5567e3f1de8ebaa8280 /docs-xml/Makefile
parent06809f4ba9b41e51d444806304a40b719f8c768a (diff)
downloadsamba-54f1ce4c797aacc71423a0b30ead89936b0d591d.tar.gz
samba-54f1ce4c797aacc71423a0b30ead89936b0d591d.tar.bz2
samba-54f1ce4c797aacc71423a0b30ead89936b0d591d.zip
docs: Rename htmlman3 -> htmlman.
Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Sep 10 14:19:42 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r--docs-xml/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index 3070376417..65d9aecff1 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -36,7 +36,7 @@ help:
@echo " pdf,tex,ps,manpages,txt,pearson,htmlhelp - Build specific output format"
@echo " html - Build multi-file HTML versions"
@echo " html-single - Build single-file HTML versions"
- @echo " htmlman3 - Build HTML version of manpages"
+ @echo " htmlman - Build HTML version of manpages"
@echo " undocumented - Output list of undocumented smb.conf options"
@echo " samples - Extract examples"
@@ -47,8 +47,8 @@ $(PDFDIR)/Samba3-Developers-Guide.pdf $(PSDIR)/Samba3-Developers-Guide.ps $(DOCB
# Pseudo targets
all:: $(TARGETS)
-everything:: manpages pdf html-single html htmlman3 txt ps fo htmlhelp pearson
-release:: manpages htmlman3 html pdf
+everything:: manpages pdf html-single html htmlman txt ps fo htmlhelp pearson
+release:: manpages htmlman html pdf
clean::
@echo "Cleaning up..."
rm -rf $(OUTPUTDIR)/* $(DOCBOOKDIR)
@@ -75,7 +75,7 @@ manpages:: $(patsubst $(MANPAGEDIR)/%.xml,$(OUTPUTDIR)/manpages/%,$(MANPAGES))
pearson:: $(PEARSONDIR)/Samba3-HOWTO.xml
pearson-verify:: $(PEARSONDIR)/Samba3-HOWTO.report.html
plucker:: $(patsubst %,$(PLUCKERDIR)/%.pdb,$(MAIN_DOCS))
-htmlman3:: $(patsubst $(MANPAGEDIR)/%.xml,$(HTMLDIR)/manpages/%.html,$(MANPAGES)) $(HTMLDIR)/manpages/index.html
+htmlman:: $(patsubst $(MANPAGEDIR)/%.xml,$(HTMLDIR)/manpages/%.html,$(MANPAGES)) $(HTMLDIR)/manpages/index.html
html-single:: $(patsubst %,$(HTMLDIR)/%.html,$(MAIN_DOCS))
html:: $(patsubst %,$(HTMLDIR)/%/index.html,$(MAIN_DOCS)) $(HTMLDIR)/index.html
htmlhelp:: $(addprefix $(HTMLHELPDIR)/,$(MAIN_DOCS))