[GRASS-dev] [GRASS GIS] #2354: cruft in release tarball

#2354: cruft in release tarball
--------------------------+-------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.5
Component: Installation | Version: 6.4.4
Keywords: | Platform: All
      Cpu: All |
--------------------------+-------------------------------------------------
Hi,

a few .tmp.html files made it into the 6.4.4 release tarball,

{{{
./gui/wxpython/docs/wxGUI.Vector_Digitizer.tmp.html
./gui/wxpython/docs/wxGUI.Attribute_Table_Manager.tmp.html
./gui/wxpython/docs/wxGUI.Nviz.tmp.html
./gui/wxpython/docs/wxGUI.Components.tmp.html
./gui/wxpython/docs/wxGUI.Modeler.tmp.html
./gui/wxpython/docs/wxGUI.GCP_Manager.tmp.html
./gui/wxpython/docs/wxGUI.PsMap.tmp.html
./gui/wxpython/docs/wxGUI.tmp.html
}}}

They are not in svn so my guess is 'make clean' is missing them.

Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2354&gt;
GRASS GIS <http://grass.osgeo.org>

#2354: cruft in release tarball
--------------------------+-------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.5
Component: Installation | Version: 6.4.4
Keywords: | Platform: All
      Cpu: All |
--------------------------+-------------------------------------------------

Comment(by glynn):

Replying to [ticket:2354 hamish]:

> They are not in svn so my guess is 'make clean' is missing them.

gui/wxpython/Makefile needs a rule
{{{
clean: cleansubdirs
}}}

In 7.0, Dir.make has
{{{
clean: clean-recursive
}}}
so subdirectories are cleaned automatically.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2354#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#2354: cruft in release tarball
---------------------------+------------------------------------------------
  Reporter: hamish | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 6.4.5
Component: Installation | Version: 6.4.4
Resolution: fixed | Keywords:
  Platform: All | Cpu: All
---------------------------+------------------------------------------------
Changes (by neteler):

  * status: new => closed
  * resolution: => fixed

Comment:

Added in r61309 and r61310. Closing.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2354#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>