octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45574] 'make maintainer-clean' does not remov


From: Rik
Subject: [Octave-bug-tracker] [bug #45574] 'make maintainer-clean' does not remove all temporary doc files
Date: Sat, 18 Jul 2015 16:16:25 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

URL:
  <http://savannah.gnu.org/bugs/?45574>

                 Summary: 'make maintainer-clean' does not remove all
temporary doc files
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sat 18 Jul 2015 09:16:24 AM PDT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: jwe
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

If I do 'make maintainer-clean' followed by 'hg stat -u > u.list' to get a
list of the unknown files not tracked by Mercurial, I find three directories
of files.

./t2d_cache
./doc/interpreter/octave.t2d
./doc/interpreter/octave.t2p

If I go back to the stable branch, I find that there was a local rule for the
doc/interpreter directory


clean-local:
        rm -rf t2d_cache


   The new build system doesn't appear to use '-local' rules so this seems to
have been lost.


The octave.t2d and octave.t2p directories seem to be related to calling
texi2dvi and texi2pdf.  See this discussion
(http://octave.1599824.n4.nabble.com/Building-documentation-in-parallel-td4643470.html)
and the changeset that is referenced in the discussion.  It seems that the
change to the definitions of the build variables TEXI2DVI and TEXI2PDF in
m4/acinclude.m4 are no longer being recognized.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45574>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]