[Planner Dev] [PATCH]: cleanups
- From: Tomasz Kłoczko <kloczek rudy mif pg gda pl>
- To: planner-dev lists imendio com
- Subject: [Planner Dev] [PATCH]: cleanups
- Date: Tue, 11 May 2004 17:45:55 +0200 (CEST)
Please aprove (.. or refuse) for commit attached patch.
Mainly patch contains fixes for generate correct/useable dist tar ball
(importand for comming 0.12).
Detailed changes description inside attache patch.
regards
kloczek
--
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek rudy mif pg gda pl*
2004-05-11 Tomasz KĹ?oczko <kloczek pld org pl>
* autogen.sh: allow use autogen.sh not only automake 1.7.x developers.
* data/ui/Makefile.am: fix for include in dist tar ball timetable
and python UI files.
* dotnet/samples/Makefile.am, dotnet/Makefile.am: include in dist
tar ball example files.
* src/Makefile.am: include in dist tar ball missing header files.
Index: autogen.sh
===================================================================
RCS file: /cvs/gnome/planner/autogen.sh,v
retrieving revision 1.3
diff -u -r1.3 autogen.sh
--- autogen.sh 14 Feb 2004 01:44:04 -0000 1.3
+++ autogen.sh 11 May 2004 15:29:50 -0000
@@ -15,8 +15,8 @@
: ${AUTOCONF=autoconf}
: ${AUTOHEADER=autoheader}
-: ${AUTOMAKE=automake-1.7}
-: ${ACLOCAL=aclocal-1.7}
+: ${AUTOMAKE=automake}
+: ${ACLOCAL=aclocal}
: ${LIBTOOLIZE=libtoolize}
: ${INTLTOOLIZE=intltoolize}
: ${LIBTOOL=libtool}
--- Makefile.am 9 May 2004 22:27:46 -0000 1.4
+++ Makefile.am 11 May 2004 15:35:15 -0000
@@ -1,13 +1,19 @@
uidir = $(datadir)/planner/ui
+timetable_view_ui_files = \
+ time-table-view.ui
+
+python_script_ui_files = \
+ python-plugin.ui
+
if BUILD_TIMETABLE
-timetable_view_ui = time-table-view.ui
+timetable_view_ui = $(timetable_view_ui_files)
else
timetable_view_ui =
endif
if HAVE_PYTHON_PLUGIN
-python_script_ui = python-plugin.ui
+python_script_ui = $(python_script_ui_files)
else
python_script_ui =
endif
@@ -24,4 +30,4 @@
$(python_script_ui) \
$(timetable_view_ui)
-EXTRA_DIST = $(ui_DATA) $(timetable_view_ui) $(python_script_ui)
+EXTRA_DIST = $(ui_DATA) $(timetable_view_ui_files) $(python_script_ui_files)
Index: dotnet/Makefile.am
===================================================================
RCS file: /cvs/gnome/planner/dotnet/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- dotnet/Makefile.am 3 Jan 2004 16:33:24 -0000 1.1
+++ dotnet/Makefile.am 11 May 2004 15:29:50 -0000
@@ -1 +1 @@
-SUBDIRS = libplanner
+SUBDIRS = libplanner samples
Index: dotnet/samples/Makefile.am
===================================================================
RCS file: /cvs/gnome/planner/dotnet/samples/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- dotnet/samples/Makefile.am 3 Jan 2004 16:33:26 -0000 1.1
+++ dotnet/samples/Makefile.am 11 May 2004 15:29:50 -0000
@@ -1,6 +1,9 @@
local_paths = -L ../libplanner
all_assemblies = -r libplanner.dll -r gtk-sharp.dll -r glib-sharp.dll
+EXTRA_DIST = \
+ Example01.cs \
+ Example10.cs
MCS = mcs
Index: src/Makefile.am
===================================================================
RCS file: /cvs/gnome/planner/src/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- src/Makefile.am 3 May 2004 19:05:57 -0000 1.13
+++ src/Makefile.am 11 May 2004 15:29:56 -0000
@@ -88,6 +88,11 @@
planner-task-dialog.h \
planner-task-input-dialog.c \
planner-task-input-dialog.h \
+ planner-ttable-chart.h \
+ planner-ttable-model.h \
+ planner-ttable-print.h \
+ planner-ttable-row.h \
+ planner-ttable-tree.h \
planner-view.c \
planner-view.h \
planner-view-loader.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]