Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
9253e253
Commit
9253e253
authored
Jun 15, 2012
by
Jeremy C. Reed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] install some documentation
The --docdir=DIR and --htmldir=DIR may be used.
parent
dbc27ca2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile.am
Makefile.am
+2
-0
doc/guide/Makefile.am
doc/guide/Makefile.am
+4
-3
No files found.
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