Kaydet (Commit) 24450d5e authored tarafından Enrico Tröger's avatar Enrico Tröger

Removed duplicate entry for Encoding. Renamed geany.1 to geany.1.in to let it be…

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.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@423 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 59e2d064
......@@ -135,6 +135,8 @@ fi
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 @@ scintilla/include/Makefile
src/Makefile
po/Makefile.in
doc/Makefile
doc/geany.1
geany.spec
geany.desktop
])
......
[Desktop Entry]
Encoding=UTF-8
Name=Geany
GenericName=Integrated Development Environment
GenericName[de]=Integrierte Entwicklungsumgebung
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment