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.
master
Mike Gerwitz 2016-08-23 11:25:22 -04:00
parent a6984c9909
commit ebb88b9345
3 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
/test/index.html
/test/**/xspec/
/src/**/*.texi
/conf.xsl
/src/conf.xsl
*.apply
*.info

View File

@ -45,7 +45,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 conf.xsl])
AC_CONFIG_FILES([Makefile doc/Makefile src/init.xsl])
AC_OUTPUT

View File

@ -36,8 +36,4 @@
select="@REV@" />
<variable name="tame:version-suffix" as="xs:string"
select="@SUFFIX@" />
<!-- hoxsl path is configured at build time -->
<import href="@HOXSL@/apply/thrush.xsl" />
</stylesheet>