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
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
61f08bfb
Commit
61f08bfb
authored
Jul 01, 2011
by
Sebastian Eichelbaum
Browse files
[FIX] - fixed some paths and names
parent
94639e1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/core/CMakeLists.txt
src/core/CMakeLists.txt
+3
-1
tools/packaging/debian/openwalnut.doc-base
tools/packaging/debian/openwalnut.doc-base
+2
-2
No files found.
src/core/CMakeLists.txt
View file @
61f08bfb
...
...
@@ -84,7 +84,9 @@ SETUP_TESTS( "${TARGET_TEST_FILES}" "${LibName}" "" )
SETUP_RESOURCES
(
"core"
"CORE"
)
# where to put doc files?
SET
(
OW_DOC_DIR_RELATIVE
"share/doc/libopenwalnut"
)
# NOTE: the doc path should match the SONAME of lib. Use this command to query a proper name:
# objdump -p libopenwalnut.so | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | sed -e's/\([0-9]\)\.so\./\1-/; s/\.so\.//'
SET
(
OW_DOC_DIR_RELATIVE
"share/doc/libopenwalnut1"
)
SETUP_COMMON_DOC
(
${
OW_DOC_DIR_RELATIVE
}
"CORE"
)
# ---------------------------------------------------------------------------------------------------------------------------------------------------
...
...
tools/packaging/debian/openwalnut.doc-base
View file @
61f08bfb
...
...
@@ -5,5 +5,5 @@ Abstract: This is the online help available in OpenWalnut.
Section: Science/Medicine
Format: HTML
Index: /usr/share/doc/openwalnut
/
qt4
gui
/OpenWalnutHelp.html
Files: /usr/share/doc/openwalnut
/
qt4
gui
/OpenWalnutHelp.html
Index: /usr/share/doc/openwalnut
-
qt4/OpenWalnutHelp.html
Files: /usr/share/doc/openwalnut
-
qt4/OpenWalnutHelp.html
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