Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lskat
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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)
add_subdirectory
(
src
)
add_subdirectory
(
grafix
)
add_subdirectory
(
doc
)
########### install files ###############
install
(
PROGRAMS lskat.desktop DESTINATION
${
XDG_APPS_INSTALL_DIR
}
)
...
...
doc/CMakeLists.txt
View file @
8d7827ff
########### 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