diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 16:59:45 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 16:59:45 +0000 |
commit | f82d197b45e3a20fabf1dfdf168b3d0eddcf5ecc (patch) | |
tree | cb74885112568e1b5b13084238076e586c879b5b /docs/docbook/Makefile.in | |
parent | 7dba784b5ed7fd4b0c9bc62c08be0b1a4a84ad14 (diff) | |
download | samba-f82d197b45e3a20fabf1dfdf168b3d0eddcf5ecc.tar.gz samba-f82d197b45e3a20fabf1dfdf168b3d0eddcf5ecc.tar.bz2 samba-f82d197b45e3a20fabf1dfdf168b3d0eddcf5ecc.zip |
Fix various small syntax errors
add docs for pdb_mysql
don't build obsolete docs in Makefile
(This used to be commit 1c06377f84b170fe2a6476df13f1b2a0d39d0a92)
Diffstat (limited to 'docs/docbook/Makefile.in')
-rw-r--r-- | docs/docbook/Makefile.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index 1ac71e452b..ae24606caf 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -13,16 +13,14 @@ MANPAGES_NAMES=findsmb.1 smbclient.1 \ smbspool.8 lmhosts.5 \ - smbcontrol.1 smbstatus.1 \ - make_smbcodepage.1 smbd.8 \ - smbtar.1 nmbd.8 smbmnt.8 \ - smbumount.8 nmblookup.1 \ - smbmount.8 swat.8 rpcclient.1 \ + smbcontrol.1 smbstatus.1 \ + smbd.8 net.8 smbtar.1 nmbd.8 \ + smbmnt.8 smbumount.8 nmblookup.1 \ + smbmount.8 swat.8 rpcclient.1 \ smbpasswd.5 testparm.1 samba.7 \ smbpasswd.8 testprns.1 \ smb.conf.5 wbinfo.1 pdbedit.8 \ smbcacls.1 smbsh.1 winbindd.8 \ - make_unicodemap.1 net.8 \ smbgroupedit.8 vfstest.1 ## This part contains only rules. You shouldn't need to change it |