On Tue, 13 Oct 2009, Miklos Vajna wrote: > On Tue, Oct 13, 2009 at 10:16:17AM +0800, bill lam <cbill.lam@xxxxxxxxx> wrote: > > > Just a guess: do you have docbook-xsl >=1.73.0 and you did not set > > > ASCIIDOC_NO_ROFF? > > > > > > Try rebuilding the documentation using 'make ASCIIDOC_NO_ROFF=YesPlease'. > > > > I'm not familiar with how to twist git makefile. By adding a line to ./Makefile > > > > # Platform specific tweaks > > # > > > > # We choose to avoid "if .. else if .. else .. endif endif" > > # because maintaining the nesting to match is a pain. If > > # we had "elif" things would have been much nicer... > > > > ASCIIDOC_NO_ROFF = YesPlease # <--- this line added > > ifeq ($(uname_S),Linux) > > > > However, the man page still display the same > > Don't edit the Makefile, just use the command 'make > ASCIIDOC_NO_ROFF=YesPlease'. Also make sure to do a 'make clean' in the > Documentation dir to get the manpages rebuilt. I run these commands make ASCIIDOC_NO_ROFF=YesPlease prefix=/usr all doc info sudo make ASCIIDOC_NO_ROFF=YesPlease prefix=/usr install install-doc install-html install-info 1. did I need to set ASCIIDOC_NO_ROFF in both lines? 2. now the .ft pair fixed but it still displayed incorrect quote. git filter-branch --tree-filter ´rm filename´ HEAD it should be 'rm filename' not ´rm filename´ -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- 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