[libgda] Better install for report Python scripts, see bug #579458



commit 527cd3fdff62b6ed492e639e7c50065a4da7ddd7
Author: Vivien Malerba <malerba gnome-db org>
Date:   Mon Jun 8 20:35:21 2009 +0200

    Better install for report Python scripts, see bug #579458
---
 ChangeLog                               |    9 +++++++++
 libgda-report/RML/trml2html/Makefile.am |   15 +++------------
 libgda-report/RML/trml2pdf/Makefile.am  |   16 +++-------------
 3 files changed, 15 insertions(+), 25 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 893a0d4..bc38597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,15 @@
 
 2009-06-04  Vivien Malerba <malerba gnome-db org>
 
+	* libgda/sqlite/gda-sqlite-provider.c:
+	  - when adding ROWID columns in a SELECT statement, make sure to also
+	    modify ORDER BY clauses if necessary
+	  - don't add ROWID clauses if there is a DISTINCT clause
+	  - fixed rendering of SELECT statements when a COMPOUND statement is used
+	    as the FROM part of another statement
+
+2009-06-04  Vivien Malerba <malerba gnome-db org>
+
 	Merged changes from LIBGDA_4.0 branch
 
 2009-05-13  Vivien Malerba <malerba gnome-db org>
diff --git a/libgda-report/RML/trml2html/Makefile.am b/libgda-report/RML/trml2html/Makefile.am
index dd050cc..e4025ba 100644
--- a/libgda-report/RML/trml2html/Makefile.am
+++ b/libgda-report/RML/trml2html/Makefile.am
@@ -1,12 +1,3 @@
-files = __init__.py  \
-	trml2html.py \
-	utils.py
-
-install-exec-local:
-	-mkdir -p $(DESTDIR)$(bindir)/gda_trml2html
-	-cd $(top_srcdir)/libgda-report/RML/trml2html && $(INSTALL_PROGRAM) $(files) $(DESTDIR)$(bindir)/gda_trml2html
-
-uninstall-local:
-	-rm -rf $(DESTDIR)$(bindir)/gda_trml2html
-
-EXTRA_DIST = $(files)
+trml2html_SCRIPTS = trml2html.py
+trml2html_DATA = __init__.py utils.py
+trml2htmldir = $(bindir)/gda_trml2html
\ No newline at end of file
diff --git a/libgda-report/RML/trml2pdf/Makefile.am b/libgda-report/RML/trml2pdf/Makefile.am
index aeab872..42474eb 100644
--- a/libgda-report/RML/trml2pdf/Makefile.am
+++ b/libgda-report/RML/trml2pdf/Makefile.am
@@ -1,13 +1,3 @@
-files = color.py \
-	__init__.py  \
-	trml2pdf.py \
-	utils.py
-
-install-exec-local:
-	-mkdir -p $(DESTDIR)$(bindir)/gda_trml2pdf
-	-cd $(top_srcdir)/libgda-report/RML/trml2pdf && $(INSTALL_PROGRAM) $(files) $(DESTDIR)$(bindir)/gda_trml2pdf
-
-uninstall-local:
-	-rm -rf $(DESTDIR)$(bindir)/gda_trml2pdf
-
-EXTRA_DIST = $(files)
+trml2pdf_SCRIPTS = trml2pdf.py
+trml2pdf_DATA = __init__.py color.py utils.py
+trml2pdfdir = $(bindir)/gda_trml2pdf
\ No newline at end of file



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