Author: jelmer Date: 2005-05-02 08:49:42 +0000 (Mon, 02 May 2005) New Revision: 527
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=527 Log: Add optional manpages to the Samba HOWTO Collection Added: trunk/Samba-HOWTO-Collection/manpages.xml Modified: trunk/Makefile trunk/Samba-HOWTO-Collection/index.xml Changeset: Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2005-05-02 08:28:41 UTC (rev 526) +++ trunk/Makefile 2005-05-02 08:49:42 UTC (rev 527) @@ -41,6 +41,7 @@ $(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 Modified: trunk/Samba-HOWTO-Collection/index.xml =================================================================== --- trunk/Samba-HOWTO-Collection/index.xml 2005-05-02 08:28:41 UTC (rev 526) +++ trunk/Samba-HOWTO-Collection/index.xml 2005-05-02 08:49:42 UTC (rev 527) @@ -141,14 +141,15 @@ <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 @@ <?latex \chaptermark{Subject index} ?> <index/> +</part> </book> Added: trunk/Samba-HOWTO-Collection/manpages.xml =================================================================== --- trunk/Samba-HOWTO-Collection/manpages.xml 2005-05-02 08:28:41 UTC (rev 526) +++ trunk/Samba-HOWTO-Collection/manpages.xml 2005-05-02 08:49:42 UTC (rev 527) @@ -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>
