Stefano Lattarini <stefano.lattarini@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 22 Mar 2011 15:16:21 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Mar 22 11:16:21 2011 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1Q23Jh-0005vR-R4 for submit <at> debbugs.gnu.org; Tue, 22 Mar 2011 11:16:21 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from <rrt@HIDDEN>) id 1Q23Jc-0005vA-3o for submit <at> debbugs.gnu.org; Tue, 22 Mar 2011 11:16:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <rrt@HIDDEN>) id 1Q23JS-0003yM-Q0 for submit <at> debbugs.gnu.org; Tue, 22 Mar 2011 11:16:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:35038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <rrt@HIDDEN>) id 1Q23JS-0003yI-KN for submit <at> debbugs.gnu.org; Tue, 22 Mar 2011 11:16:02 -0400 Received: from [140.186.70.92] (port=33197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q23JO-0002ew-MM for bug-automake@HIDDEN; Tue, 22 Mar 2011 11:16:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <rrt@HIDDEN>) id 1Q23JK-0003wj-FZ for bug-automake@HIDDEN; Tue, 22 Mar 2011 11:15:58 -0400 Received: from exprod7og107.obsmtp.com ([64.18.2.167]:39568) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from <rrt@HIDDEN>) id 1Q23JK-0003wG-2f for bug-automake@HIDDEN; Tue, 22 Mar 2011 11:15:54 -0400 Received: from source ([209.85.214.182]) (using TLSv1) by exprod7ob107.postini.com ([64.18.6.12]) with SMTP ID DSNKTYi9J92J45eAzY5hrJBh1H5R9DLgU8RW@HIDDEN; Tue, 22 Mar 2011 08:15:53 PDT Received: by iwn33 with SMTP id 33so9102146iwn.41 for <bug-automake@HIDDEN>; Tue, 22 Mar 2011 08:15:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.61.10 with SMTP id wu10mr2567749icb.203.1300806877166; Tue, 22 Mar 2011 08:14:37 -0700 (PDT) Received: by 10.42.153.68 with HTTP; Tue, 22 Mar 2011 08:14:37 -0700 (PDT) Date: Tue, 22 Mar 2011 15:14:37 +0000 Message-ID: <AANLkTimj=GUhp=1t6Bg6Z6v66OTxK5qQYS+=6YPtQ1M8@HIDDEN> Subject: latexmk in automake From: Reuben Thomas <rrt@HIDDEN> To: bug-automake <bug-automake@HIDDEN> Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/pipermail/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -6.1 (------) I've been working with John Collins to improve latexmk's ability to work with automake (actually, I've been talking, he's done all the work). He's put up a snapshot at: http://www.phys.psu.edu/~collins/latexmk/trial/ together with a test project. Thoughts? Very sensibly, I think, John has modelled latexmk's handling of dependencies on the way the C compiler and makedepend work. The work is all on the latexmk side; there's no corresponding automake support; but hopefully the latexmk changes make it easier to support. I believe there is support for VPATH builds, but I've not yet had time to look at this myself, so I thought that I'd pass it on to the list anyway. John says: Notice that in addition to a -deps option, latexmk has acquired some other options. The relevant ones are -deps-out=filename, which sets the filename for the dependency output, and -recorder, which sets the use of the -recorder option on latex and pdflatex. The -recorder option is something I've planned for a while; it improves latexmk's detection of which files are read and written by latex and pdflatex. -- http://rrt.sc3d.org
Reuben Thomas <rrt@HIDDEN>
:bug-automake@HIDDEN
.
Full text available.owner <at> debbugs.gnu.org, bug-automake@HIDDEN
:bug#8319
; Package automake
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.