From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Makefile restructuring Date: Mon, 07 Nov 2011 00:48:13 +0530 Message-ID: <81ehxldpqi.fsf@gmail.com> 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> <87bot1ph9h.fsf@Rainer.invalid> <87ehxvlyrn.fsf@Rainer.invalid> <87k47d6pfn.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN8Ef-0004EO-Ue for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 14:18:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RN8Ee-000053-VV for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 14:18:29 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:45153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN8Ee-00004x-MU for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 14:18:28 -0500 Received: by iaae16 with SMTP id e16so4248187iaa.0 for ; Sun, 06 Nov 2011 11:18:27 -0800 (PST) In-Reply-To: <87k47d6pfn.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 06 Nov 2011 20:06:36 +0100") 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 FYI, if Org is insalled through the package manager there is no org-install.el. Package manager creates autoloads on it's own and names it org-autoloads.el. I believe, for most part, org-install and org-autoloads have the same functionality. > Recent changes in my Makefile fork: > > org-version has been changed to always get the version information from > org-install.el. This way, there is no need to invoke a shell in > org-version or to keep any version information in org.el. Additionally > org-version checks where it finds org-install.el and reports the full > path so that it should be easier to spot when the load-path has been set > up wrongly and/or the (newer) installation of org is missing > org-install.el, but it is reachable in an older installation. > > I've added a target "compile-dirty" that doesn't include the invocation > of "make clean" so that it is easier to test small changes that only > change a single file. > > > Regards, > Achim. --