view doc/interpreter/graphics_properties.mk @ 20176:42bb3a776c9f stable rc-4-0-0-4

maint: Bump version number for 4.0.0-rc4.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Apr 2015 12:17:57 -0400
parents 4f6ae6b94abe
children c3c1fb44f9b5
line wrap: on
line source

GRAPH_PROP_TEXI_SRC= \
  plot-axesproperties.texi \
  plot-figureproperties.texi \
  plot-imageproperties.texi \
  plot-lineproperties.texi \
  plot-patchproperties.texi \
  plot-rootproperties.texi \
  plot-surfaceproperties.texi \
  plot-textproperties.texi

define gen-propdoc-texi
  rm -f $@-t $@ && \
  $(top_builddir)/run-octave -f -q -H -p $(srcdir) --eval "genpropdoc ('$(1)');" > $@-t && \
  mv $@-t $@
endef

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

plot-figureproperties.texi: genpropdoc.m
	$(AM_V_GEN)$(call gen-propdoc-texi,figure)

plot-imageproperties.texi: genpropdoc.m
	$(AM_V_GEN)$(call gen-propdoc-texi,image)

plot-lineproperties.texi: genpropdoc.m
	$(AM_V_GEN)$(call gen-propdoc-texi,line)

plot-patchproperties.texi: genpropdoc.m
	$(AM_V_GEN)$(call gen-propdoc-texi,patch)

plot-rootproperties.texi: genpropdoc.m
	$(AM_V_GEN)$(call gen-propdoc-texi,root)

plot-surfaceproperties.texi: genpropdoc.m
	$(AM_V_GEN)$(call gen-propdoc-texi,surface)

plot-textproperties.texi: genpropdoc.m
	$(AM_V_GEN)$(call gen-propdoc-texi,text)