>  
> -all-local: Doxyfile.stamp
> +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

Well, my files that broke the generation didn't break early enough for the 
header not to have been created, so the next run though the file was up to 
date.  So the target should definitely be remove on failure

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/890/files#r52673744

Reply via email to