summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-18 11:50:42 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-18 11:50:42 +0300
commit10a3a7480fda94ab755676c203dca15b3779b6ed (patch)
tree6a63a2f9b970b3884364c94e83d393eb3fe22feb
parent820a0cba07dfa5e844b759be2f7f2efcbfcfda59 (diff)
downloadplus-10a3a7480fda94ab755676c203dca15b3779b6ed.tar.gz
plus-10a3a7480fda94ab755676c203dca15b3779b6ed.tar.bz2
plus-10a3a7480fda94ab755676c203dca15b3779b6ed.tar.xz
plus-10a3a7480fda94ab755676c203dca15b3779b6ed.zip
Fix cmake compilation in french help.
-rwxr-xr-xconfigure.ac2
-rw-r--r--data/help/fr/CMakeLists.txt1
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b48c64a3e..80f844289 100755
--- a/configure.ac
+++ b/configure.ac
@@ -175,8 +175,8 @@ data/themes/pink/Makefile
data/themes/redandblack/Makefile
data/themes/wood/Makefile
data/help/Makefile
-data/help/ru/Makefile
data/help/fr/Makefile
+data/help/ru/Makefile
data/icons/Makefile
docs/Makefile
po/Makefile.in
diff --git a/data/help/fr/CMakeLists.txt b/data/help/fr/CMakeLists.txt
index 5b14cc303..ec0ccaee1 100644
--- a/data/help/fr/CMakeLists.txt
+++ b/data/help/fr/CMakeLists.txt
@@ -10,6 +10,5 @@ SET(FILES
teamtmw.txt
windows.txt
)
-ADD_SUBDIRECTORY(fr)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/fr) \ No newline at end of file