From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Makefile restructuring Date: Sat, 21 Apr 2012 06:49:45 -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> <87bomldxn4.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLahF-0006ar-1a for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:49:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLah9-0006Kg-Ux for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:49:52 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:42079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLah9-0006Hc-M3 for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:49:47 -0400 Received: by iajr24 with SMTP id r24so18211455iaj.0 for ; Sat, 21 Apr 2012 06:49:45 -0700 (PDT) In-Reply-To: <87bomldxn4.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-orgmode@gnu.org Hi Achim, On 2012-04-21, Achim Gratz wrote: > Samuel Wales writes: >> 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. > > I can't parse that sentence... Org broke. Due to make. Somehow. > Since all other methods of producing the documentation are not reliable, > texi2pdf is the default now and has actually been for a while, > independently of my other changes. You can override it if you don't > have it, see below. If you don't care about getting all of the > documentation, just do a "make compile" or "make compile info", this > would then not need texi2pdf at all. I do not need pdf. I do need info. Are you saying I need to stop doing this: make cleanall;make And start doing this instead: make compile info ? Will that make org-install and also info? If so, what happens when makefiles change again and I will start missing something because I don't have it on the make line? Plain make worked before and would make anything new that people would add to the makefile. Is there a way to just get it to work the way it did before? > Any adaptations to your local environment should be made in local.mk =E2= =80=94 > that way it is ensured that changes in the defaults do not overwrite > your local configuration. I have no idea of how to do this whatsoever. Hints appreciated. All I want is for Org to work as it did before. Thanks.