From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: org manual not updating when pulling from git Date: Wed, 08 Feb 2017 00:01:08 +0100 Message-ID: <84tw85hah7.fsf@tm6592> References: <184df969-a0ea-ee74-1b1d-21691634590c@verizon.net> <87shnpokjd.fsf@alphaville.usersys.redhat.com> <87k291loxf.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbElh-00016Z-Tt for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 18:01:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbEld-0001Kq-Bh for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 18:01:50 -0500 Received: from [195.159.176.226] (port=36918 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cbEld-0001KF-5P for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 18:01:45 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cbElR-0001KZ-94 for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 00:01:33 +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 Hi! Achim Gratz writes: > Nick Dokos writes: >> "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. >> `---- > > That commit should probably be reverted. The make tool can't do what > it's been made for in this case since some of the dependencies can not > be correctly determined. You can still skip the clean if you want to by > using the compile-dirty target. Ah! I didn't see target 'compile-dirty'. Thank you for the hint. So for now I'm happy with the build process with the existence of make compile-dirty and further make test-dirty Also the names are well chosen AFAICT. I agree that the commit should be reverted and I already did the revert. Please accept my apology for the irritation about the build behavior. Best regards Marco