From owner-freebsd-doc@FreeBSD.ORG Wed Jul 7 08:43:33 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17D51106566B for ; Wed, 7 Jul 2010 08:43:33 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id C50958FC1B for ; Wed, 7 Jul 2010 08:43:32 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id BCB3A14DBF73; Wed, 7 Jul 2010 10:43:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id awsyw3EY4AVx; Wed, 7 Jul 2010 10:43:28 +0200 (CEST) Received: from [192.168.1.105] (catv-80-99-92-167.catv.broadband.hu [80.99.92.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id A078E14DBED6; Wed, 7 Jul 2010 10:43:28 +0200 (CEST) Message-ID: <4C343E1E.70904@FreeBSD.org> Date: Wed, 07 Jul 2010 10:43:10 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: Warren Block References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc@freebsd.org Subject: Re: Using FDP for custom projects X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2010 08:43:33 -0000 Em 2010.07.07. 6:10, Warren Block escreveu: > Anyone have a sample Makefile for using FDP to build custom docs, > source and output, within a user's home directory? Previously I've > put homegrown documents in /usr/doc, but it's not very elegant. I have some Makefiles for web and DocBook documents, they are similar but I use XHTML 1.0 Strict and DocBook 5.0 (which is also XML-based) with some local modifications. The XML base also means that I also use another pieces of software to render (e.g. Apache FOP instead of Jade and I don't remember if there's anything else) but all of those are available in Port Collection. I can pass you my sources if you are interested. Gabor