From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111534 invoked by alias); 15 Jun 2015 12:36:57 -0000 Mailing-List: contact cygwin-patches-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Archive: List-Help: , Sender: cygwin-patches-owner@cygwin.com Mail-Followup-To: cygwin-patches@cygwin.com Received: (qmail 111515 invoked by uid 89); 15 Jun 2015 12:36:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: rgout06.bt.lon5.cpcloud.co.uk Received: from rgout06.bt.lon5.cpcloud.co.uk (HELO rgout06.bt.lon5.cpcloud.co.uk) (65.20.0.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Jun 2015 12:36:54 +0000 X-OWM-Source-IP: 86.141.128.210(GB) X-OWM-Env-Sender: jonturney@btinternet.com X-CTCH-RefID: str=0001.0A090205.557EC6E3.007E,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-Junkmail-Premium-Raw: score=27/50,refid=2.7.2:2015.6.15.101816:17:27.888,ip=86.141.128.210,rules=__HAS_FROM, __TO_MALFORMED_2, __TO_NO_NAME, __SUBJ_ALPHA_END, __HAS_MSGID, __SANE_MSGID, __HAS_X_MAILER, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_1400_1499, __MIME_TEXT_ONLY, RDNS_GENERIC_POOLED, SXL_IP_DYNAMIC[210.128.141.86.fur], HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, RDNS_SUSP_GENERIC, BODY_SIZE_2000_LESS, RDNS_SUSP, BODY_SIZE_7000_LESS, NO_URI_FOUND X-CTCH-Spam: Unknown Received: from localhost.localdomain (86.141.128.210) by rgout06.bt.lon5.cpcloud.co.uk (8.6.122.06) (authenticated as jonturney@btinternet.com) id 557EACF6000501A5; Mon, 15 Jun 2015 13:36:51 +0100 From: Jon TURNEY To: cygwin-patches@cygwin.com Cc: Jon TURNEY Subject: [PATCH 0/8] Generate utilities manpages Date: Mon, 15 Jun 2015 12:36:00 -0000 Message-Id: <1434371793-3980-1-git-send-email-jon.turney@dronecode.org.uk> X-SW-Source: 2015-q2/txt/msg00053.txt.bz2 Sorry about the patch-bomb. Currently, the manpages in the cygwin-doc package are generated by a conversion from the DocBook XML by perl scripts with minimal understanding of the markup, which gives sub-optimal results. I've been looking at doing that in a better way. This patch set changes the DocBook source XML for the Cygwin utilities to use refentry entities, and also generates man pages from that. Note that after this, the chunked html now has a page for each utility, rather than one containing all utilities. This probably could be changed back with further stylesheet customization, but I'm not sure that's required. Jon TURNEY (8): winsup/doc: Remove tarball target from .PHONY winsup/doc: Fix xidepend to handle relative pathnames winsup/doc: Some preparatory XML fixes winsup/doc: Use fo.xsl to customize PDF generation from DocBook XML winsup/doc: Convert utils.xml to using refentry winsup/doc: Make it easier to extend xidepend to more targets winsup/doc: Make and install manpages for utils winsup/doc: Fix an issue with parallel make winsup/doc/ChangeLog | 46 +++ winsup/doc/Makefile.in | 40 +- winsup/doc/cygwin-ug-net.xml | 1 - winsup/doc/cygwin.xsl | 13 + winsup/doc/fo.xsl | 36 ++ winsup/doc/utils.xml | 852 ++++++++++++++++++++++++++++++------------- winsup/doc/xidepend | 3 +- 7 files changed, 730 insertions(+), 261 deletions(-) -- 2.1.4