[GRASS-dev] Re: [GRASS-SVN] r49437 - grass/trunk/gui/wxpython

Markus Neteler neteler at osgeo.org
Wed Nov 30 13:46:32 EST 2011


Hi Martin

the idea was that wx related docs should
not be generated if GRASS
is compiled without wxwidgets. That's why the
condition was added.

Markus

On 11/30/11, svn_grass at osgeo.org <svn_grass at osgeo.org> wrote:
> Author: martinl
> Date: 2011-11-30 10:21:36 -0800 (Wed, 30 Nov 2011)
> New Revision: 49437
>
> Modified:
>    grass/trunk/gui/wxpython/Makefile
> Log:
> don't conditionize `wxpython`, there is nothing to compile
> `--with-widgets` is used during compilation, see eg.
> `vizualization/wximgview`
>
>
> Modified: grass/trunk/gui/wxpython/Makefile
> ===================================================================
> --- grass/trunk/gui/wxpython/Makefile	2011-11-30 16:18:40 UTC (rev 49436)
> +++ grass/trunk/gui/wxpython/Makefile	2011-11-30 18:21:36 UTC (rev 49437)
> @@ -19,10 +19,8 @@
>  	mapdisp modules nviz psmap vdigit wxplot)
>  DSTDIRS := $(patsubst %,$(ETCDIR)/%,compat icons scripts xml)
>
> -ifneq ($(strip $(WXVERSION)),)
>  default: $(DSTFILES) menustrings.py
>  	$(MAKE) parsubdirs
> -endif
>
>  $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS)
>  	$(INSTALL_DATA) $< $@
>
> _______________________________________________
> grass-commit mailing list
> grass-commit at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-commit
>


More information about the grass-dev mailing list