Commit Graph

11 Commits (7e69a0c2b61024ed12a9980fda4952dd3754f3f0)

Author SHA1 Message Date
Mike Gerwitz b490d07371 Makefile.am: Prevent doc from being built by default 2018-02-23 12:24:14 -05:00
Mike Gerwitz f15a1bb063 Copyright update (R-T Specialty) 2018-02-01 13:11:52 -05:00
Mike Gerwitz 63701e453e Generate version string using tools/vergen
This is important to indicate when there is ongoing development;
otherwise the version number is incorrect and may deceive.  It's not
appropriate to bump the version constantly during development before
release, either.

* configure.ac
  (ver): Variable added, populated by tools/vergen.
  (AC_INIT): Use `ver'.
2016-11-15 12:26:39 -05:00
Mike Gerwitz 866590cff1 Version bump {0.0.1=>1.0.0}
:)
2016-08-24 12:38:03 -04:00
Mike Gerwitz 1e8d6218fd Version bump 0.0.{0=>1}
Let's start using version checks.
2016-08-23 11:53:39 -04:00
Mike Gerwitz 1475c12adc Add generated VERSION
This is useful for shell scripts and the like (e.g. Autoconf macros).

* .gitignore (/VERSION): Added
* VERSION.in: Added
* configure.ac: Process VERSION
2016-08-23 11:33:51 -04:00
Mike Gerwitz ebb88b9345 conf.xsl.in -> src/init.xsl.in
The thrush reference was also removed, as TAME does not currently make
use of it.

* .gitignore: Update path accordingly.
* configure.ac: Update path accordingly.
* src/init.xsl.in: Moved from conf.xsl.in.
2016-08-23 11:26:47 -04:00
Mike Gerwitz a6984c9909 Add TAME version output to conf.xsl
* conf.xsl.in (tame:version{,-major,-minor,-rev,-suffix}: Added.

* configure.ac (VERSION, MAJOR, MINOR, REV, SUFFIX): Added.
2016-08-23 11:23:04 -04:00
Mike Gerwitz 55cfeac10a conf.xsl generation during build
Exposes build configuration to XSL templates.
2015-07-10 12:46:39 -04:00
Mike Gerwitz a6de312b82 HOXSL env var recognized by configure.ac 2015-07-09 16:59:35 -04:00
Mike Gerwitz 43e4a555e9 Initial repository setup 2015-04-14 05:35:36 -04:00