From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: make doc fails on current head Date: Thu, 31 May 2012 11:21:41 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa7CF-0006jZ-Ii for emacs-orgmode@gnu.org; Thu, 31 May 2012 11:21:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sa7C7-0002RN-0Z for emacs-orgmode@gnu.org; Thu, 31 May 2012 11:21:55 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:44382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa7C6-0002QN-Nm for emacs-orgmode@gnu.org; Thu, 31 May 2012 11:21:46 -0400 Received: by wgbds1 with SMTP id ds1so750749wgb.30 for ; Thu, 31 May 2012 08:21:44 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List Hello, Under the current git head (4144c55) I get the following error when trying to run =make doc=. #+begin_src sh ~/build/org-mode $ make doc /usr/bin/make -C doc info make[1]: Entering directory `/cygdrive/d/Users/jleechpe/build/org-mode/doc' makeinfo --no-split org.texi -o org org.texi:2450: Unknown command `#$2)'. makeinfo: Removing output file `org' due to errors; use --force to preserve. Makefile:53: recipe for target `org' failed make[1]: *** [org] Error 1 make[1]: Leaving directory `/cygdrive/d/Users/jleechpe/build/org-mode/doc' targets.mk:76: recipe for target `info' failed make: *** [info] Error 2 ~/build/org-mode $ #+end_src If I revert to =git checkout HEAD~1= make doc succeeds as it had previously. Regards, Jonathan