Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
3d6406d0
Commit
3d6406d0
authored
May 31, 2019
by
Michael Ott
Browse files
Don't build documentation by default
parent
31944307
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3d6406d0
...
...
@@ -120,9 +120,9 @@ doc:
@
cd
doc/
&&
doxygen Doxyfile
@
echo
"Generated docs into doc/html"
all
:
check-cross-compile deps $(foreach s
,
$(SUB_DIRS)
,
$(s)-build)
doc
all
:
check-cross-compile deps $(foreach s
,
$(SUB_DIRS)
,
$(s)-build)
install
:
depsinstall $(SUB_DIRS)
doc
install
:
depsinstall $(SUB_DIRS)
@
cd
common/include
&&
install
$(PUBHEADERS)
$(DCDBDEPLOYPATH)
/include/dcdb
&&
cd
..
@
echo
DONE
...
...
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