Revision: 423 Author: eht16 Date: 2006-06-08 07:48:39 -0700 (Thu, 08 Jun 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=423&view=rev
Log Message: ----------- Removed duplicate entry for Encoding. Renamed geany.1 to geany.1.in to let it be processed by configure. Added GEANY_DATA_DIR to configure.in.
Modified Paths: -------------- trunk/configure.in trunk/geany.desktop.in Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2006-06-08 14:45:14 UTC (rev 422) +++ trunk/configure.in 2006-06-08 14:48:39 UTC (rev 423) @@ -135,6 +135,8 @@
GEANY_PIXMAPS_DIR=`eval echo ${datadir}/pixmaps` AC_SUBST(GEANY_PIXMAPS_DIR) +GEANY_DATA_DIR=`eval echo ${datadir}/geany` +AC_SUBST(GEANY_DATA_DIR)
AC_OUTPUT([ Makefile @@ -145,6 +147,7 @@ src/Makefile po/Makefile.in doc/Makefile +doc/geany.1 geany.spec geany.desktop ])
Modified: trunk/geany.desktop.in =================================================================== --- trunk/geany.desktop.in 2006-06-08 14:45:14 UTC (rev 422) +++ trunk/geany.desktop.in 2006-06-08 14:48:39 UTC (rev 423) @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=Geany GenericName=Integrated Development Environment GenericName[de]=Integrierte Entwicklungsumgebung
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.