Re: [ANNOUNCE] tig-0.15

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Nov 20, 2009 at 08:50, bill lam <cbill.lam@xxxxxxxxx> wrote:
> On Fri, 20 Nov 2009, Jonas Fonseca wrote:
>>       Build with asciidoc-8.4.5
> ..
>>       Update asciidoc table syntax to the one supported by version 8.4.4
>
> sciidoc -aversion=0.15-dirty -asysconfdir=/usr/etc -b docbook -d manpage tigmanual.7.txt
> FAILED: /home/bill/src/tig/manual.txt: line 314: illegal [paradef-default] options: header: header
> make: *** [tigmanual.7.xml] Error 1
>
> May be the asciidoc 8.2.7 in debian lenny is not new enough. make install-doc
> failed with the above message.  Any workaround other than upgrading asciidoc ?

No, not if you want to build the man pages yourself.

How about adding a script or a make rule to optionally install man
pages from the release branch. For example:

install-release-doc-man:
       for doc in $(MANDOC); do \
               git checkout origin/release $$doc; \
       done
       $(MAKE) install-doc-man

-- 
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]