1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Add optional manpages to the Samba HOWTO Collection

This commit is contained in:
Jelmer Vernooij 2005-05-02 08:49:42 +00:00 committed by Gerald W. Carter
parent 6f54f8c770
commit 5609d2b9df
3 changed files with 31 additions and 2 deletions

View File

@ -41,6 +41,7 @@ help:
$(DOCBOOKDIR)/Samba-Guide.xml: $(filter-out Samba-Guide/index.xml,$(wildcard Samba-Guide/*.xml))
$(DOCBOOKDIR)/Samba-HOWTO-Collection.xml: $(filter-out Samba-HOWTO-Collection/index.xml,$(wildcard Samba-HOWTO-Collection/*.xml)) Samba-HOWTO-Collection-attributions.xml
Samba-HOWTO-Collection/manpages.xml: $(MANPAGEDIR)/smb.conf.5.xml
$(DOCBOOKDIR)/Samba-Developers-Guide.xml: $(filter-out Samba-Developers-Guide/index.xml,$(wildcard Samba-Developers-Guide/*.xml)) Samba-Developers-Guide-attributions.xml
# Pseudo targets

View File

@ -141,14 +141,15 @@ The chapters in this part each cover specific Samba features.
<part id="Appendix">
<title>Appendixes</title>
<!-- Comment out the following line to include the manpages.
*Please* do not commit with the line below enabled! -->
<!--<xi:include href="manpages.xml"/>-->
<xi:include href="TOSHARG-Compiling.xml"/>
<xi:include href="TOSHARG-Portability.xml"/>
<xi:include href="TOSHARG-Other-Clients.xml"/>
<xi:include href="TOSHARG-Speed.xml"/>
<xi:include href="TOSHARG-DNS-DHCP-Configuration.xml"/>
</part>
<xi:include href="http://www.gnu.org/licenses/gpl.xml"/>
<xi:include href="TOSHARG-glossary.xml"/>
@ -156,5 +157,6 @@ The chapters in this part each cover specific Samba features.
<?latex \chaptermark{Subject index} ?>
<index/>
</part>
</book>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE reference PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
<reference id="manuals" xmlns:xi="http://www.w3.org/2003/XInclude"> <title>Manual pages</title>
<para>This appendix contains most of the manual pages from the official Samba distribution. All manual pages have been written by members of
<ulink url="http://samba.org/samba/team.html">the Samba Team</ulink>.</para>
<xi:include href="../manpages/smb.conf.5.xml"/>
<xi:include href="../manpages/nmblookup.1.xml"/>
<xi:include href="../manpages/rpcclient.1.xml"/>
<xi:include href="../manpages/smbcacls.1.xml"/>
<xi:include href="../manpages/smbcacls.1.xml"/>
<xi:include href="../manpages/net.8.xml"/>
<xi:include href="../manpages/nmbd.8.xml"/>
<xi:include href="../manpages/pdbedit.8.xml"/>
<xi:include href="../manpages/smbcquotas.1.xml"/>
<xi:include href="../manpages/smbd.8.xml"/>
<xi:include href="../manpages/smbpasswd.5.xml"/>
<xi:include href="../manpages/smbpasswd.8.xml"/>
<xi:include href="../manpages/smbstatus.1.xml"/>
<xi:include href="../manpages/smbtree.1.xml"/>
<xi:include href="../manpages/testparm.1.xml"/>
<xi:include href="../manpages/wbinfo.1.xml"/>
<xi:include href="../manpages/winbindd.8.xml"/>
</reference>