Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
5d151491
Commit
5d151491
authored
Feb 18, 2015
by
Tomek Mrugalski
🛰
Browse files
[master] Missing developer guide sources are now in dist
parent
59b4555d
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
5d151491
SUBDIRS
=
guide design
EXTRA_DIST
=
version.ent.in differences.txt Doxyfile Doxyfile-xml
EXTRA_DIST
+=
devel/config-backend.dox devel/mainpage.dox devel/contribute.dox
nobase_dist_doc_DATA
=
examples/kea4/single-subnet.json
nobase_dist_doc_DATA
+=
examples/kea4/several-subnets.json
...
...
src/bin/d2/Makefile.am
View file @
5d151491
...
...
@@ -18,7 +18,7 @@ CLEANFILES = *.gcno *.gcda spec_config.h d2_messages.h d2_messages.cc s-message
man_MANS
=
kea-dhcp-ddns.8
DISTCLEANFILES
=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
kea-dhcp-ddns.xml dhcp-ddns.spec
EXTRA_DIST
=
$(man_MANS)
kea-dhcp-ddns.xml dhcp-ddns.spec
d2.dox
if
GENERATE_DOCS
kea-dhcp-ddns.8
:
kea-dhcp-ddns.xml
...
...
src/bin/dhcp4/Makefile.am
View file @
5d151491
...
...
@@ -19,6 +19,7 @@ CLEANFILES = *.gcno *.gcda spec_config.h dhcp4_messages.h dhcp4_messages.cc s-m
man_MANS
=
kea-dhcp4.8
DISTCLEANFILES
=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
kea-dhcp4.xml dhcp4.spec
EXTRA_DIST
+=
dhcp4.dox dhcp4_hooks.dox
if
GENERATE_DOCS
kea-dhcp4.8
:
kea-dhcp4.xml
...
...
src/bin/dhcp6/Makefile.am
View file @
5d151491
...
...
@@ -20,6 +20,7 @@ CLEANFILES = spec_config.h dhcp6_messages.h dhcp6_messages.cc s-messages
man_MANS
=
kea-dhcp6.8
DISTCLEANFILES
=
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
kea-dhcp6.xml dhcp6.spec
EXTRA_DIST
+=
dhcp6.dox dhcp6_hooks.dox
if
GENERATE_DOCS
...
...
src/lib/hooks/Makefile.am
View file @
5d151491
...
...
@@ -25,6 +25,9 @@ BUILT_SOURCES = hooks_messages.h hooks_messages.cc
# Ensure that the message file is included in the distribution
EXTRA_DIST
=
hooks_messages.mes
# Include developer's guide files
EXTRA_DIST
+=
hooks_user.dox hooks_maintenance.dox hooks_component_developer.dox
# Get rid of generated message files on a clean
CLEANFILES
=
*
.gcno
*
.gcda hooks_messages.h hooks_messages.cc s-messages
...
...
Write
Preview
Supports
Markdown
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