diff options
author | Gerald Carter <jerry@samba.org> | 2004-05-05 15:16:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:50 -0500 |
commit | 2ea3e97bac97dfbba19ffac06e79c8da14a98b5b (patch) | |
tree | a5d83a3831446b6210140ba75ceccdda55f3e541 /docs/Makefile.in | |
parent | 8b499e0e0bc6a6204a898eb2d3c37a792f920828 (diff) | |
download | samba-2ea3e97bac97dfbba19ffac06e79c8da14a98b5b.tar.gz samba-2ea3e97bac97dfbba19ffac06e79c8da14a98b5b.tar.bz2 samba-2ea3e97bac97dfbba19ffac06e79c8da14a98b5b.zip |
removning html-single from the release target
(This used to be commit 3011499b956b9af398de9f28fe1dae9346357dcb)
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 30c29ddd92..94ae43ad05 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -89,7 +89,7 @@ all: @TARGETS@ everything: manpages pdf html-single html htmlman txt ps -release: manpages htmlman html html-single pdf guide +release: manpages htmlman html pdf guide # Global rules |