Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KSquares
Commits
8eca8a2d
Commit
8eca8a2d
authored
Aug 18, 2012
by
Albert Astals Cid
Browse files
move the doc folders inside of each of the apps, will ease git migration
svn path=/trunk/KDE/kdegames/ksquares/; revision=1311445
parent
4b446112
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8eca8a2d
...
...
@@ -12,3 +12,4 @@ if(NOT COMPILING_KDEGAMES)
endif
(
NOT COMPILING_KDEGAMES
)
add_subdirectory
(
src
)
add_subdirectory
(
doc
)
\ No newline at end of file
doc/CMakeLists.txt
View file @
8eca8a2d
kde4_create_handbook
(
index.docbook INSTALL_DESTINATION
${
HTML_INSTALL_DIR
}
/en
)
kde4_create_handbook
(
index.docbook INSTALL_DESTINATION
${
HTML_INSTALL_DIR
}
/en
SUBDIR ksquares
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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