Derek Chen-Becker <[email protected]> writes: >> Thanks! Although I am not sure if asking people to install hooks >> manually is going to work. In Emacs, hooks are installed as a part of >> autoconf.sh. We may need to copy that logic into our makefiles. I doubt >> that people will install the hooks in practice otherwise. > > OK, I'm assuming you mean the Makefile in the project root? Are you > thinking a new "git" target that does the setup, similar to how Emacs' > autogen.sh does git setup with an argument of "git"? Or do you mean > something else?
I mean mk/targets.mk, which is included into Makefile in the project root. A new "git" target which is added to "all" and (maybe) cleaned up as a part of "cleanall". -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
