SF.net SVN: geany-plugins:[578] trunk/tasks
biot at users.sourceforge.net
biot at xxxxx
Mon Apr 6 12:34:05 UTC 2009
Revision: 578
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=578&view=rev
Author: biot
Date: 2009-04-06 12:34:01 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
minor cleanup
Modified Paths:
--------------
trunk/tasks/README
trunk/tasks/configure.in
Modified: trunk/tasks/README
===================================================================
--- trunk/tasks/README 2009-04-01 22:39:03 UTC (rev 577)
+++ trunk/tasks/README 2009-04-06 12:34:01 UTC (rev 578)
@@ -37,7 +37,7 @@
Installation
------------
Compiling and installing the code is done by the following three commands:
-$ ./autogen.sh
+
$ ./configure
$ make
$ make install
Modified: trunk/tasks/configure.in
===================================================================
--- trunk/tasks/configure.in 2009-04-01 22:39:03 UTC (rev 577)
+++ trunk/tasks/configure.in 2009-04-06 12:34:01 UTC (rev 578)
@@ -54,8 +54,8 @@
])
echo "----------------------------------------"
-echo "Install tasks plugin binary in : ${libdir}"
-echo "Install tasks files in : ${prefix}"
+echo "Install tasks plugin binary in : ${libdir}"
+echo "Install tasks files in : ${prefix}"
echo "Using Geany version : ${GEANY_VERSION}"
echo "Using GTK version : ${GTK_VERSION}"
echo ""
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