From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: org manual not updating when pulling from git Date: Wed, 08 Feb 2017 11:54:19 -0500 Message-ID: References: <184df969-a0ea-ee74-1b1d-21691634590c@verizon.net> <87shnpokjd.fsf@alphaville.usersys.redhat.com> <87r338ocwl.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbWSM-0000N4-Or for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 12:55:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbWSJ-0002wt-NE for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 12:55:02 -0500 Received: from vms173009pub.verizon.net ([206.46.173.9]:62978) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cbWSJ-0002wb-JG for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 12:54:59 -0500 Received: from vz-proxy-m003.mx.aol.com ([64.236.83.11]) by vms173009.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0OL200I3KEYKQC90@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 10:54:20 -0600 (CST) In-reply-to: <87r338ocwl.fsf@alphaville.usersys.redhat.com> 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" To: emacs-orgmode@gnu.org On 02/08/2017 11:39 AM, Nick Dokos wrote: > Charles Millar writes: > >>> So, how do you update? >>> >> I forgot about make doc; in the past I used it whenever I had to >> recompile org from source; after that the pdf "just updated" each time >> I pulled from git. >> > The question was: *how* do you pull from git? If you use one of the make > targets (e.g. make update), that's one thing; but if you use "git pull" or > some variant thereof that does *not* involve make, then the pdf would *not* > "just update" (unless you've set up some git hook to do some post-processing). > I use make update. Now it is "working" as before. Charlie