From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Makefile restructuring Date: Sat, 21 Apr 2012 06:08:38 -0700 Message-ID: References: <87k4bqwkyw.fsf@gnu.org> <87sjqejvob.fsf@Rainer.invalid> <87k4bqjnwu.fsf@Rainer.invalid> <87fwmdkind.fsf@Rainer.invalid> <874o2t81qu.fsf@gnu.org> <87liw43iys.fsf@Rainer.invalid> <8762n8d4ys.fsf@gnu.org> <87ei1u6u3q.fsf_-_@Rainer.invalid> <87hb6i3z1l.fsf@Rainer.invalid> <87k47av6j2.fsf@Rainer.invalid> <87fwhyux4d.fsf@Rainer.invalid> <87397x1i8u.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLa3T-000337-5N for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLa3M-0001JS-LK for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:08:46 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:45079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLa3M-0001Ig-DX for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:08:40 -0400 Received: by iajr24 with SMTP id r24so18172410iaj.0 for ; Sat, 21 Apr 2012 06:08:38 -0700 (PDT) In-Reply-To: <87397x1i8u.fsf@altern.org> 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: Bastien Cc: Achim Gratz , emacs-orgmode@gnu.org On 2012-04-21, Bastien wrote: > Please test this and report any problem while using make > to install Org. I cannot report in a full way now, but Org does not make at all for me now. I do make cleanall and then make normally. Hope it helps despite the lack of a full report. I am reverting to a previous Org now. The first problem is that it now seems to expect texi2pdf. I can't get it for OS configuration reasons that I cannot fix. This was never a problem before. I tried the following patch, but it did not cause install.elc to be created. So maybe this is a bad fix or maybe there are other problems. Modified default.mk diff --git a/default.mk b/default.mk index 45e6fbf..7d0509c 100644 --- a/default.mk +++ b/default.mk @@ -61,7 +61,7 @@ ELCDIR = $(BATCH) \ ELC = $(BATCH) -f batch-byte-compile # How to make a pdf file from a texinfo file -TEXI2PDF = texi2pdf --batch --clean +TEXI2PDF = echo would do texi2pdf --batch --clean # How to make a pdf file from a tex file PDFTEX = pdftex