SF.net SVN: geany-plugins:[756] trunk/geany-plugins

hyperair at users.sourceforge.net hyperair at xxxxx
Sat Jun 20 04:26:35 UTC 2009


Revision: 756
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=756&view=rev
Author:   hyperair
Date:     2009-06-20 04:26:35 +0000 (Sat, 20 Jun 2009)

Log Message:
-----------
Don't generate oldbuildsys/Makefile, fix distcheck

Add all data files to EXTRA_DIST or they won't be shipped in the tarball

Modified Paths:
--------------
    trunk/geany-plugins/build/geanylua.m4
    trunk/geany-plugins/geanylua/docs/Makefile.am
    trunk/geany-plugins/geanylua/examples/dialogs/Makefile.am
    trunk/geany-plugins/geanylua/examples/edit/Makefile.am
    trunk/geany-plugins/geanylua/examples/info/Makefile.am
    trunk/geany-plugins/geanylua/examples/scripting/Makefile.am
    trunk/geany-plugins/geanylua/examples/work/Makefile.am

Modified: trunk/geany-plugins/build/geanylua.m4
===================================================================
--- trunk/geany-plugins/build/geanylua.m4	2009-06-19 22:56:13 UTC (rev 755)
+++ trunk/geany-plugins/build/geanylua.m4	2009-06-20 04:26:35 UTC (rev 756)
@@ -20,7 +20,6 @@
         geanylua/examples/work/Makefile
         geanylua/examples/dialogs/Makefile
         geanylua/examples/Makefile
-        geanylua/oldbuildsys/Makefile
         geanylua/docs/Makefile
         geanylua/Makefile
     ])

Modified: trunk/geany-plugins/geanylua/docs/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylua/docs/Makefile.am	2009-06-19 22:56:13 UTC (rev 755)
+++ trunk/geany-plugins/geanylua/docs/Makefile.am	2009-06-20 04:26:35 UTC (rev 756)
@@ -10,3 +10,6 @@
 	geanylua-keys.html \
 	geanylua-ref.html \
 	luarefv51.html
+
+# make sure that these files are distributed as well
+EXTRA_DIST = $(htmldoc_DATA)

Modified: trunk/geany-plugins/geanylua/examples/dialogs/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylua/examples/dialogs/Makefile.am	2009-06-19 22:56:13 UTC (rev 755)
+++ trunk/geany-plugins/geanylua/examples/dialogs/Makefile.am	2009-06-20 04:26:35 UTC (rev 756)
@@ -6,3 +6,6 @@
 dialogs_DATA = \
 	basic-dialogs.lua \
 	complex-dialog.lua
+
+# make sure that these files are distributed as well
+EXTRA_DIST = $(dialogs_DATA)

Modified: trunk/geany-plugins/geanylua/examples/edit/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylua/examples/edit/Makefile.am	2009-06-19 22:56:13 UTC (rev 755)
+++ trunk/geany-plugins/geanylua/examples/edit/Makefile.am	2009-06-20 04:26:35 UTC (rev 756)
@@ -9,3 +9,6 @@
 	reverse.lua \
 	right-trim.lua \
 	select-block.lua
+
+# make sure that these files are distributed as well
+EXTRA_DIST = $(edit_DATA)

Modified: trunk/geany-plugins/geanylua/examples/info/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylua/examples/info/Makefile.am	2009-06-19 22:56:13 UTC (rev 755)
+++ trunk/geany-plugins/geanylua/examples/info/Makefile.am	2009-06-20 04:26:35 UTC (rev 756)
@@ -9,3 +9,6 @@
 	list-open-files.lua \
 	Makefile.am \
 	show-filename.lua
+
+# make sure that these files are distributed as well
+EXTRA_DIST = $(exampleinfo_DATA)

Modified: trunk/geany-plugins/geanylua/examples/scripting/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylua/examples/scripting/Makefile.am	2009-06-19 22:56:13 UTC (rev 755)
+++ trunk/geany-plugins/geanylua/examples/scripting/Makefile.am	2009-06-20 04:26:35 UTC (rev 756)
@@ -7,3 +7,6 @@
 	open-script.lua \
 	rebuild-menu.lua \
 	show-examples.lua
+
+# make sure that these files are distributed as well
+EXTRA_DIST = $(scripting_DATA)

Modified: trunk/geany-plugins/geanylua/examples/work/Makefile.am
===================================================================
--- trunk/geany-plugins/geanylua/examples/work/Makefile.am	2009-06-19 22:56:13 UTC (rev 755)
+++ trunk/geany-plugins/geanylua/examples/work/Makefile.am	2009-06-20 04:26:35 UTC (rev 756)
@@ -6,3 +6,6 @@
 	01.edit-test-script.lua \
 	02.run-test-script.lua \
 	03.install-test-script.lua
+
+# make sure that these files are distributed as well
+EXTRA_DIST = $(work_DATA)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list