On 23 September 2015 at 10:16, Markus Neteler <nete...@osgeo.org> 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

 $(HTMLDIR)/topics.html: $(ALL_HTML)


> Markus



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to