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 08:45:57 -0500 |
commit | 68da78a95c91b5dc7bd92949fa993b1e5329c09b (patch) | |
tree | a21c0ce2b52008dc4a2d3c6a888c5c4567c62873 /docs/Makefile.in | |
parent | d063a895a716e6559199d362d05eee8d13978749 (diff) | |
download | samba-68da78a95c91b5dc7bd92949fa993b1e5329c09b.tar.gz samba-68da78a95c91b5dc7bd92949fa993b1e5329c09b.tar.bz2 samba-68da78a95c91b5dc7bd92949fa993b1e5329c09b.zip |
fixing release target --jerry
(This used to be commit 4a1441482a59c478f5ffe087306f649199971649)
Diffstat (limited to 'docs/Makefile.in')
-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 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)) |