[glom] Remove an unused XSL file.



commit 32de5806cc2b5f2873f15b1c393aac4c531fb03a
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 17 17:03:59 2011 +0200

    Remove an unused XSL file.
    
    * xslt/print_details_to_html.xsl: Remove this because it is no longer
    used.
    * Makefile.am: Remove mention of it.

 ChangeLog                      |    8 ++++++
 Makefile.am                    |    2 +-
 xslt/print_details_to_html.xsl |   48 ----------------------------------------
 3 files changed, 9 insertions(+), 49 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0ec5fec..4a8efad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-10-17  Murray Cumming  <murrayc murrayc com>
+
+	Remove an unused XSL file.
+
+	* xslt/print_details_to_html.xsl: Remove this because it is no longer
+	used.
+	* Makefile.am: Remove mention of it.
+
 2011-10-17  Murray Cumming  <murrayc murrrayc com>
 
 	Examples: Remove all column_width attributes now that defaults are good.
diff --git a/Makefile.am b/Makefile.am
index a8ecd8b..f8a05fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -139,7 +139,7 @@ dist_glade_developer_DATA = ui/developer/dialog_add_related_table.glade \
 	ui/developer/window_users.glade
 
 xsltdir = $(pkgdatadir)/xslt
-dist_xslt_DATA = xslt/print_details_to_html.xsl xslt/print_report_to_html.xsl
+dist_xslt_DATA = xslt/print_report_to_html.xsl
 
 exampledir = $(docdir)/examples
 dist_example_DATA =				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]