Re: Keeping Makefile.am in sync with Git repository

2014-09-19 Thread Nick Bowler
On 2014-09-19 11:23 -0700, Jack Bates wrote: [...] > Now if a file is removed from the repository but not from a Makefile.am > the script rewrites the Makefile.am, dropping the file from it as well. > If a file is added to the repository the script also adds it to the > appropriate Makefile.am's

Keeping Makefile.am in sync with Git repository

2014-09-19 Thread Jack Bates
I started work on a script to help keep our Makefile.am-s up-to-date with our Git repository: http://nottheoilrig.com/autotidy/201409190/autotidy Does something similar already exist? Everyone on our project is comfortable adding/removing files from Git but the Makefile.am-s sometimes get overl