]> git.saurik.com Git - bison.git/commitdiff
* data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
authorAkim Demaille <akim@epita.fr>
Mon, 26 Nov 2007 10:04:15 +0000 (10:04 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 26 Nov 2007 10:04:15 +0000 (10:04 +0000)
ChangeLog
data/Makefile.am

index 0b81e8c1e6c32c2cc09c44fa7efc65606bf7d920..b99b41f0c1376278e1f3bb5bdcb2f6c00f78e5f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-26  Akim Demaille  <akim@epita.fr>
+
+       * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
+
 2007-11-24  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        In the XML output, list useless and unused symbols and rules with the
index 4ded2dc4169c90e322e908b22576b89c0587f15b..031008f2c5bd23ada7ab067ec019e9ef854d9822 100644 (file)
@@ -22,7 +22,8 @@ m4sugardir = $(pkgdatadir)/m4sugar
 dist_m4sugar_DATA = m4sugar/m4sugar.m4
 
 xsltdir = $(pkgdatadir)/xslt
-dist_xslt_DATA = \
-   xslt/xml2dot.xsl \
-   xslt/xml2text.xsl \
+dist_xslt_DATA =                               \
+   xslt/bison.xsl                              \
+   xslt/xml2dot.xsl                            \
+   xslt/xml2text.xsl                           \
    xslt/xml2xhtml.xsl