From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org manual not updating when pulling from git Date: Tue, 07 Feb 2017 14:41:58 -0500 Message-ID: <87shnpokjd.fsf@alphaville.usersys.redhat.com> References: <184df969-a0ea-ee74-1b1d-21691634590c@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbBeU-0005eA-Lv for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 14:42:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbBeR-0003uq-J2 for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 14:42:10 -0500 Received: from [195.159.176.226] (port=45652 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cbBeR-0003uJ-CX for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 14:42:07 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cbBeI-0000GC-Iv for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 20:41:58 +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: > When pulling from git, shouldn't the manual be updated if for no other > reason than to refelct the most recent org version? > It depends on what you mean by "the manual" - the texinfo source is updated, but any derived files (info, pdf) are not: they are not under source control at all. > Up unitl two or three days ago, this was my experience. Now, however, > none of the documentation seems to be updating, e g. > > current Org mode version 9.0.4 (release_9.0.4-283-g2064b0 @ > /usr/local/share/emacs/site-lisp/org-mode/lisp/) > > pdf manual shows version Release 9.0.4 (release 9.0.4-263-gf15728) > "make doc" or "make pdf" will update the PDF file. If you use one of the update targets in the makefile, it may have been updating the pdf doc under the covers. Taking a look through recent commits, the only one that might be relevant seems to be this: ,---- | commit c90c7a33f53ad88dfcc583ad4c77bec306da0b22 | Author: Marco Wahl | Date: Wed Feb 1 11:16:16 2017 +0100 | | targets.mk: Drop the rule to clean at every compile | | Rationale: 1. Save time and energy. 2. Use the make tool for what | it's been made. `---- So, how do you update? -- Nick