octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53805] doc: some default Qt properties are di


From: Rik
Subject: [Octave-bug-tracker] [bug #53805] doc: some default Qt properties are different between systems
Date: Fri, 4 May 2018 19:26:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #53805 (project octave):

@Mike: For comment #2, is it enough to add graphics-props.cc (in
libinterp/corefcn) to the list of dependencies in the Makefile rules for each
graphics prop texi file?  Example rule in doc/interpreter/module.mk:


%reldir%/plot-axesproperties.texi: %reldir%/genpropdoc.m
        $(AM_V_GEN)$(call gen-propdoc-texi,axes)


Could change this to


%reldir%/plot-axesproperties.texi: %reldir%/genpropdoc.m
$(srcdir)/libinterp/graphics-props.cc
        $(AM_V_GEN)$(call gen-propdoc-texi,axes)


The exact selection of a dependency might be a little tricky since
graphics-props.cc is a generated file.  Maybe we want $(builddir) instead of
$(srcdir).  Or maybe we choose graphics.in.h which is the file that
graphics-props.cc is generated from.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53805>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]