diff options
author | Samba Release Account <samba-bugs@samba.org> | 2004-07-08 16:03:02 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 11:51:11 -0500 |
commit | aceff7fe69641243c9b9a09409abff67f8c5a73a (patch) | |
tree | 3a6cf2dc98097efcdcf2e985b3bab4b7f4a1c537 | |
parent | cfd159b906762da94784ced0860c380d8535c6a1 (diff) | |
download | samba-aceff7fe69641243c9b9a09409abff67f8c5a73a.tar.gz samba-aceff7fe69641243c9b9a09409abff67f8c5a73a.tar.xz samba-aceff7fe69641243c9b9a09409abff67f8c5a73a.zip |
fixing release target --jerry
-rw-r--r-- | docs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index 014e6a07c8e..f041a8c2495 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)) |