diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-07-09 17:01:23 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-07-10 12:46:39 -0400 |
commit | 55cfeac10af402f9bd7f4aad1fbe6ebb6076c31c (patch) | |
tree | b65d2b58da91f3716f57850fa918b83fa3262ce9 /configure.ac | |
parent | 4c023247201855a1a93806bf7f8929ee37bb4ec1 (diff) | |
download | tame-55cfeac10af402f9bd7f4aad1fbe6ebb6076c31c.tar.gz tame-55cfeac10af402f9bd7f4aad1fbe6ebb6076c31c.tar.bz2 tame-55cfeac10af402f9bd7f4aad1fbe6ebb6076c31c.zip |
conf.xsl generation during build
Exposes build configuration to XSL templates.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7088542..432be62 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AS_IF(test ! -d "$HOXSL", AC_MSG_ERROR([hoxsl path '$HOXSL' does not exist!])) AC_MSG_RESULT(found) -AC_CONFIG_FILES([Makefile doc/Makefile]) +AC_CONFIG_FILES([Makefile doc/Makefile conf.xsl]) AC_OUTPUT |