@@ -148,6 +148,75 @@ CLEAN_LOCAL_TARGETS += clean-gtkdoc-header-local clean-gtkdoc-header-local: -rm -rf xml/ Doxyfile-gi Doxyfile-gi.stamp geany-gtkdoc.h geany-sciwrappers-gtkdoc.h
+if HAVE_INTROSPECTION
+INTROSPECTION_GIRS = Geany-1.0-pre.gir GeanyScintilla-1.0-pre.gir
I see. `tmp` does make a bit more sense and is already used for the header.
But why not just output the correct text to begin with rather than patching it up afterwards using intermediate files?
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1112/files/a1751ae651425b7443f4fd3319b8b...