Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
9253e253
Commit
9253e253
authored
Jun 15, 2012
by
Jeremy C. Reed
Browse files
[master] install some documentation
The --docdir=DIR and --htmldir=DIR may be used.
parent
dbc27ca2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
9253e253
...
...
@@ -16,6 +16,8 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-install-configurations
# Use same --with-gtest flag if set
DISTCHECK_CONFIGURE_FLAGS
+=
$(DISTCHECK_GTEST_CONFIGURE_FLAG)
dist_doc_DATA
=
AUTHORS COPYING ChangeLog README
clean-cpp-coverage
:
@
if
[
$(USE_LCOV)
=
yes
]
;
then
\
$(LCOV)
--directory
.
--zerocounters
;
\
...
...
doc/guide/Makefile.am
View file @
9253e253
EXTRA_DIST
=
bind10-guide.css
EXTRA_DIST
+=
bind10-guide.xml bind10-guide.html bind10-guide.txt
EXTRA_DIST
+=
bind10-messages.xml bind10-messages.html
dist_doc_DATA
=
bind10-guide.txt
dist_html_DATA
=
bind10-guide.css bind10-guide.html bind10-messages.html
EXTRA_DIST
=
bind10-guide.xml bind10-messages.xml
# This is not a "man" manual, but reuse this for now for docbook.
if
ENABLE_MAN
...
...
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