GDAL
1
#2073: help page temp files not cleaned by distclean and shipped in source tarball
-----------------------+----------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: minor | Milestone: 6.4.4
Component: Compiling | Version: 6.4.3
Keywords: distclean | Platform: Linux
Cpu: x86-64 |
-----------------------+----------------------------------------------------
Hi,
Apparently 'make distclean' in 6.4.3 does not clean out *.tmp.html in
sites/s.out.ascii/ and gui/wxpython/docs/.
actually, old copies of gui/wxpython/docs/*.tmp.html are being shipped in
the grass-6.4.3.tar.gz source tarball.
thanks,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2073>
GRASS GIS <http://grass.osgeo.org>
GDAL
2
#2073: help page temp files not cleaned by distclean and shipped in source tarball
-----------------------+----------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: minor | Milestone: 6.4.4
Component: Compiling | Version: 6.4.3
Keywords: distclean | Platform: Linux
Cpu: x86-64 |
-----------------------+----------------------------------------------------
Comment(by neteler):
The issue remains for the wxGUI manual pages:
{{{
[neteler@oboe grass64]$ make distclean
[neteler@oboe grass64]$ find . -name '*.tmp.html'
./gui/wxpython/docs/wxGUI.Components.tmp.html
./gui/wxpython/docs/wxGUI.Modeler.tmp.html
./gui/wxpython/docs/wxGUI.PsMap.tmp.html
./gui/wxpython/docs/wxGUI.Nviz.tmp.html
./gui/wxpython/docs/wxGUI.Vector_Digitizer.tmp.html
./gui/wxpython/docs/wxGUI.GCP_Manager.tmp.html
./gui/wxpython/docs/wxGUI.tmp.html
./gui/wxpython/docs/wxGUI.Attribute_Table_Manager.tmp.html
}}}
Maybe a special "clean:" target is needed in
gui/wxpython/docs/Makefile
?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2073#comment:1>
GRASS GIS <http://grass.osgeo.org>