In doc/Makefile.am:
> +Doxyfile.stamp: Doxyfile Doxyfile-gi $(doxygen_sources) > + $(AM_V_GEN)$(DOXYGEN) Doxyfile-gi && $(DOXYGEN) Doxyfile && echo "" > $@ > + > +ALL_TARGETS = Doxyfile.stamp > + > +if WITH_PYTHON > + > +geany-scintilla-gtkdoc.h: geany-gtkdoc.h > + > +geany-gtkdoc.h: Doxyfile.stamp $(top_srcdir)/scripts/gen-api-gtkdoc.py > + $(AM_V_GEN)$(top_srcdir)/scripts/gen-api-gtkdoc.py xml -d $(builddir) \ > + -o geany-gtkdoc.h --sci-output geany-scintilla-gtkdoc.h > + > +ALL_TARGETS += geany-gtkdoc.h geany-scintilla-gtkdoc.h > + > +geany_includedir = $(includedir)/geany/gtkdoc
I'd prefer the variable to be names e.g. geany_gtkdocincludedir
or something, not to create confusing with the normal includedir in src
—
Reply to this email directly or view it on GitHub.