diff options
author | John Terpstra <jht@samba.org> | 2003-05-26 17:03:54 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-05-26 17:03:54 +0000 |
commit | 5a32d3491b90ba66eb484ffc5f4c65743ee66d00 (patch) | |
tree | 12be594cb274e3e5d9a3652197e547907f0928a5 /docs | |
parent | b311be4a010307832dbfdb04f7574cbd418fdcad (diff) | |
download | samba-5a32d3491b90ba66eb484ffc5f4c65743ee66d00.tar.gz samba-5a32d3491b90ba66eb484ffc5f4c65743ee66d00.tar.bz2 samba-5a32d3491b90ba66eb484ffc5f4c65743ee66d00.zip |
Allow me to make just the HOWTO. We can remove this later.
(This used to be commit bedf2083912b0b49d68139711ad4f01e5e4fa4f8)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index 1a9144e5cf..673db0f342 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -66,6 +66,7 @@ everything: manpages pdf html-single html htmlman htmlfaq txt manpages: $(MANDIR) $(MANPAGES) pdf: $(PDFDIR) $(PDFDIR)/Samba-HOWTO-Collection.pdf $(PDFDIR)/Samba-Developers-Guide.pdf +hpdf: $(PDFDIR) $(PDFDIR)/Samba-HOWTO-Collection.pdf txt: $(TXTDIR) $(TXTDIR)/Samba-HOWTO-Collection.txt $(TXTDIR)/Samba-Developers-Guide.txt htmlman: $(HTMLDIR) $(MANPAGES_HTML) CSS htmlfaq: $(HTMLDIR) CSS |