On Wed, Sep 23, 2015 at 10:22 AM, Luca Delucchi <[email protected]> wrote:
> On 23 September 2015 at 10:16, Markus Neteler <[email protected]> wrote:
>>
>> Suggestion: add an "echo ..." there to print the actual line into the
>> log in order to better understand the issue?
>>
>
> ok, this is the diff, it is correct?
>
> Index: Makefile
> ===================================================================
> --- Makefile    (revision 66300)
> +++ Makefile    (working copy)
> @@ -87,6 +87,8 @@
>         VERSION_NUMBER=$(GRASS_VERSION_NUMBER)
> VERSION_DATE=$(GRASS_VERSION_DATE) \
>         $(PYTHON) ./parser_standard_options.py -t
> "$(GRASS_HOME)/lib/gis/parser_standard_options.c" \
>         -f "grass" -o "$(HTMLDIR)/parser_standard_options.html" -p
> 'id="opts_table" class="scroolTable"'
> +       @echo "****DEBUG****" $(PYTHON) ./parser_standard_options.py
> -t "$(GRASS_HOME)/lib/gis/parser_standard_options.c" \
> +       -f "grass" -o "$(HTMLDIR)/parser_standard_options.html" -p
> 'id="opts_table" class="scroolTable"'
>  endef

I don't think it is correct (the " are not right I think) but you need
to send it either as attachment or HTML courier font formatted text...

thanks
Markus
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to