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
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.
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