From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 272424239104 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,18a57e4611533136,start X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.112.168.225 with SMTP id zz1mr350397lbb.8.1412675769478; Tue, 07 Oct 2014 02:56:09 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.152.1.40 with SMTP id 8ls617532laj.65.gmail; Tue, 07 Oct 2014 02:56:08 -0700 (PDT) X-Received: by 10.112.145.136 with SMTP id su8mr339199lbb.9.1412675768888; Tue, 07 Oct 2014 02:56:08 -0700 (PDT) Return-Path: Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [2a00:1450:400c:c05::235]) by gmr-mx.google.com with ESMTPS id j12si339822wie.2.2014.10.07.02.56.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 07 Oct 2014 02:56:08 -0700 (PDT) Received-SPF: pass (google.com: domain of avtobiff@gmail.com designates 2a00:1450:400c:c05::235 as permitted sender) client-ip=2a00:1450:400c:c05::235; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of avtobiff@gmail.com designates 2a00:1450:400c:c05::235 as permitted sender) smtp.mail=avtobiff@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Received: by mail-wi0-f181.google.com with SMTP id hi2so7292277wib.14 for ; Tue, 07 Oct 2014 02:56:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=4H7I9cjTGHdJ38jOvPVsmdhinaqN+aqTaRSwg4MIXlw=; b=k2XurX68G0jhNbT635qvxJMhNNkIRbU9u2PDl+zr8g6FnlOX7bl4uSdZr2fMIkSp00 CeC4AF5+cxn1/g0nly9xYMNb5+s2N5oZTD5kYcByzD1QuO3KqUQpb51ZSArwdQvpHfyD nP0aMmtWIiCWQjVJ0y1nYg9FeVqttC4F4TY1WhSm/IytUf8J87LpuAMnNfCxHjQwtp6J WZYGA3woK8G39nXMsc0w5rw5UuNX/G8rc4v+Ewc+WZlznLIY3SeK4EiNwGrxtnqTYszv sgeZJcWdU50BVfk6MZWHtRPPFB4edxNmlZYVzEQOrkD2mJSS0GnhcqZAbCrSmaTbdIoC ZxvA== MIME-Version: 1.0 X-Received: by 10.194.63.45 with SMTP id d13mr3528164wjs.70.1412675768787; Tue, 07 Oct 2014 02:56:08 -0700 (PDT) Received: by 10.27.51.136 with HTTP; Tue, 7 Oct 2014 02:56:08 -0700 (PDT) Date: Tue, 7 Oct 2014 11:56:08 +0200 Message-ID: Subject: Generate man pages before dist (WAS Re: [sup] Release 0.20.0) From: Per Andersson To: Gaute Hope Cc: "supmua@googlegroups.com" Content-Type: text/plain; charset=UTF-8 Hi! On Mon, Oct 6, 2014 at 10:07 PM, Gaute Hope wrote: > Hi suppers! > > Sup 0.20.0 has been released! Go get it at rubygems: \o/ > $ gem install sup > > The news are as follows: > > We've got man pages (Mr. Andersson)! Is it possible to generate the man pages upon release and commit them to, say, docs/man. That would make the Debian packaging much simpler, otherwise I have to do that myself manually and put them in the debian directory. (It will probably be easy to miss shipping updated man page in the Debian package.) Debian packages should be buildable without network access, so using the git submodule at build time will not work. -- Per