summaryrefslogtreecommitdiff
path: root/docs/docbook/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-28 08:43:04 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-28 08:43:04 +0000
commit147e2a82531b68b8964defe0ebd26f62d7531027 (patch)
tree5f532e94b459021a06e0493b272240a2a4fa5404 /docs/docbook/Makefile.in
parent772e9b2ac8335b4a9604171856ad903bd7de120a (diff)
downloadsamba-147e2a82531b68b8964defe0ebd26f62d7531027.tar.gz
samba-147e2a82531b68b8964defe0ebd26f62d7531027.tar.bz2
samba-147e2a82531b68b8964defe0ebd26f62d7531027.zip
Adding new series of text-to-sgml converted files.
Removed OS2-Client-HOWTO and put it into Other-Clients.sgml (This used to be commit 076f34af8e5af7fb2d07b724522ef77f33559c82)
Diffstat (limited to 'docs/docbook/Makefile.in')
-rw-r--r--docs/docbook/Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in
index 612c495135..f1fb97d1e2 100644
--- a/docs/docbook/Makefile.in
+++ b/docs/docbook/Makefile.in
@@ -50,7 +50,8 @@ all:
@echo "manpages - Build manpages"
@echo "ps - Build PostScript version of HOWTO Collection"
@echo "pdf - Build PDF version of HOWTO Collection"
- @echo "html-single - Build single HTML version of HOWTO Collection"
+ @echo -n "html-single - Build single file HTML version of HOWTO Collection"
+ @echo "and developers guide"
@echo "html - Build HTML version of HOWTO Collection and manpages"
@echo "txt - Build plain text version of HOWTO Collection"
@@ -58,8 +59,8 @@ manpages: $(MANPAGES)
pdf: ../Samba-HOWTO-Collection.pdf
ps: ../Samba-HOWTO-Collection.ps
txt: ../Samba-HOWTO-Collection.txt
-html: $(HTMLDIR)/samba-doc.html
-html-single: ../Samba-HOWTO-Collection.html $(MANPAGES_HTML)
+html: $(HTMLDIR)/samba-doc.html $(MANPAGES_HTML)
+html-single: ../Samba-HOWTO-Collection.html ../Samba-Developers-Guide.html
../Samba-HOWTO-Collection.txt: $(SGMLDIR)/samba-doc.sgml
$(DOCBOOK2TXT) -o .. $<
@@ -76,6 +77,10 @@ html-single: ../Samba-HOWTO-Collection.html $(MANPAGES_HTML)
$(DOCBOOK2HTML) -u -o .. $<
mv ../samba-doc.html $@
+../Samba-Developers-Guide.html: devdoc/dev-doc.sgml
+ $(DOCBOOK2HTML) -u -o .. $<
+ mv ../dev-doc.html $@
+
$(HTMLDIR)/samba-doc.html: $(SGMLDIR)/samba-doc.sgml
$(DOCBOOK2HTML) -o $(HTMLDIR) $<