@@ -196,12 +196,12 @@ geany-sciwrappers-gtkdoc-tmp.h: geany-sciwrappers-gtkdoc.h -e 's,sci_,scintilla_object__GI__MARK_,g' \ $< > $@
-GeanyScintilla-1.0.gir: GeanyScintilla-1.0-pre.gir +GeanyScintilla-1.0.gir: GeanyScintilla-1.0-tmp.gir $(AM_V_GEN) cat $< \
I think I already know the answer, but just in case, why not pipe `g-ir-scanner`'s output directly through `sed`, bypassing any intermediate files? It writes to stdout by default.
--- 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/80cce4ec54e6778b1a25efe79cd4d...