summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2004-07-08 16:03:02 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:57 -0500
commit68da78a95c91b5dc7bd92949fa993b1e5329c09b (patch)
treea21c0ce2b52008dc4a2d3c6a888c5c4567c62873
parentd063a895a716e6559199d362d05eee8d13978749 (diff)
downloadsamba-68da78a95c91b5dc7bd92949fa993b1e5329c09b.tar.gz
samba-68da78a95c91b5dc7bd92949fa993b1e5329c09b.tar.bz2
samba-68da78a95c91b5dc7bd92949fa993b1e5329c09b.zip
fixing release target --jerry
(This used to be commit 4a1441482a59c478f5ffe087306f649199971649)
-rw-r--r--docs/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 014e6a07c8..f041a8c249 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -84,7 +84,7 @@ Samba-Developers-Guide/index.xml: $(subst Samba-Developers-Guide/index.xml,,$(wi
# Pseudo targets
all: @TARGETS@
everything: manpages pdf html-single html htmlman txt ps fo htmlhelp pearson verify
-release: manpages htmlman html pdf guide
+release: manpages htmlman html pdf
# Output format targets
pdf: $(patsubst $(DOCBOOKDIR)/%.xml,$(PDFDIR)/%.pdf,$(MAIN_DOCS))