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

dist prerequisites

2014-09-05 Thread Jack Bates
How do I make another target a prerequisite of the dist target? I want my "man" target to be a prerequisite of the dist target, so when I run "$ make dist" it calls my "man" target.

patch and dist rules

2008-05-03 Thread Jack Bates
We are developing an application using a framework. Both the application and the framework are maintained using Subversion. The Subversion repository for the application defines a Subversion "external" for the framework: http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html This saves