From aacff1b269a39c967f84ab33b68f827febee8891 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Wed, 31 Jul 2013 18:16:01 -0400 Subject: Add a release target The `make release` command will build the Debian package, push the version to a git tag on GitHub, and upload the docs to GitHub pages. This also adds a `deb` target, along with `build-docs`, `upload-docs`, `build-tag`, and `push-tag`. In addition, introduce a `NEWS.md` file. Both `rcm.sh.in` and `NEWS.md.in` will act as input files. This is to abstract over the version number. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e288c30..4d564a1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT(rcm, 0.0.2, mike@mike-burns.com) -AM_INIT_AUTOMAKE(rcm, 0.0.2) +AC_INIT(rcm, 0.0.3, mike@mike-burns.com) +AM_INIT_AUTOMAKE(rcm, 0.0.3) # Checks for programs. @@ -15,4 +15,4 @@ AM_INIT_AUTOMAKE(rcm, 0.0.2) # Checks for library functions. -AC_OUTPUT(Makefile bin/Makefile man/Makefile share/Makefile) +AC_OUTPUT(Makefile bin/Makefile man/Makefile share/Makefile share/rcm.sh NEWS.md) -- cgit v1.2.3