Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
lskat
Commits
8d7827ff
Commit
8d7827ff
authored
Aug 18, 2012
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move the doc folders inside of each of the apps, will ease git migration
svn path=/trunk/KDE/kdegames/lskat/; revision=1311445
parent
82aa2971
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+1
-0
doc/CMakeLists.txt
doc/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
8d7827ff
...
@@ -13,6 +13,7 @@ endif(NOT COMPILING_KDEGAMES)
...
@@ -13,6 +13,7 @@ endif(NOT COMPILING_KDEGAMES)
add_subdirectory
(
src
)
add_subdirectory
(
src
)
add_subdirectory
(
grafix
)
add_subdirectory
(
grafix
)
add_subdirectory
(
doc
)
########### install files ###############
########### install files ###############
install
(
PROGRAMS lskat.desktop DESTINATION
${
XDG_APPS_INSTALL_DIR
}
)
install
(
PROGRAMS lskat.desktop DESTINATION
${
XDG_APPS_INSTALL_DIR
}
)
...
...
doc/CMakeLists.txt
View file @
8d7827ff
########### install files ###############
########### install files ###############
#
#
#
#
kde4_create_handbook
(
index.docbook INSTALL_DESTINATION
${
HTML_INSTALL_DIR
}
/en
)
kde4_create_handbook
(
index.docbook INSTALL_DESTINATION
${
HTML_INSTALL_DIR
}
/en
SUBDIR lskat
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment