From 1285462a560a65c7de2579af2053e4f62faa28af Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Wed, 19 Nov 2014 20:05:47 -0800 Subject: Add a release script The Makefiles were mostly filled with a complex shell script written in m4sh. Moving that out into a separate script helps debugging and compatibility, and in general makes life better. This also improved the DEVELOPERS.md documentation to be more clear about the steps of a release, including third-party packages. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5b82f0e..ecbd02d 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ test/test-suite.log # Other generated files man/rcm.7 +maint/release -- cgit v1.2.3