diff options
author | Alexander Bokovoy <ab@samba.org> | 2004-04-08 12:12:44 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:45 -0500 |
commit | 2ef8f9a5fafc7c66f46405bad09c4098d6ee37df (patch) | |
tree | 2677bea5ea830497ca0afecc4895eb4e0add67cd | |
parent | fca7f7ae75ceab26b229ebc47a9026e1b7aef351 (diff) | |
download | samba-2ef8f9a5fafc7c66f46405bad09c4098d6ee37df.tar.gz samba-2ef8f9a5fafc7c66f46405bad09c4098d6ee37df.tar.bz2 samba-2ef8f9a5fafc7c66f46405bad09c4098d6ee37df.zip |
Change 'release' target: remove 'htmlfaq' (outdated) and add 'guide'
(This used to be commit ca67dad01bc200d1b94f37e8fa140f999288eb14)
-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 4d72029eca..ce447f131b 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -88,7 +88,7 @@ all: everything: manpages pdf html-single html htmlman htmlfaq txt ps -release: manpages htmlman html html-single htmlfaq pdf +release: manpages htmlman html html-single pdf guide # Global rules |