From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org manual not updating when pulling from git Date: Wed, 08 Feb 2017 11:39:06 -0500 Message-ID: <87r338ocwl.fsf@alphaville.usersys.redhat.com> References: <184df969-a0ea-ee74-1b1d-21691634590c@verizon.net> <87shnpokjd.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbVHC-0006nX-C9 for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 11:39:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbVH8-0007K7-CM for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 11:39:26 -0500 Received: from [195.159.176.226] (port=54943 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cbVH8-0007K1-69 for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 11:39:22 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cbVGu-0000FH-LW for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 17:39:08 +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" To: emacs-orgmode@gnu.org 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). -- Nick