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
3e151d44
Commit
3e151d44
authored
Jan 20, 2011
by
Jeremy C. Reed
Browse files
add makefile for doc
parent
ef811c6e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
3e151d44
SUBDIRS
=
src
SUBDIRS
=
doc
src
USE_LCOV
=
@USE_LCOV@
LCOV
=
@LCOV@
GENHTML
=
@GENHTML@
...
...
@@ -282,9 +282,3 @@ EXTRA_DIST += ext/asio/asio/is_write_buffered.hpp
EXTRA_DIST
+=
ext/asio/asio/buffered_read_stream_fwd.hpp
EXTRA_DIST
+=
ext/asio/asio/socket_acceptor_service.hpp
EXTRA_DIST
+=
ext/asio/asio.hpp
## include the guide in tarball, later will include the other parts there
## but they cleanup.
EXTRA_DIST
+=
doc/guide/bind10-guide.css
EXTRA_DIST
+=
doc/guide/bind10-guide.html
EXTRA_DIST
+=
doc/guide/bind10-guide.xml
configure.ac
View file @
3e151d44
...
...
@@ -574,6 +574,7 @@ AC_ARG_ENABLE(install-configurations,
AM_CONDITIONAL(INSTALL_CONFIGURATIONS, test x$install_configurations = xyes || test x$install_configurations = xtrue)
AC_CONFIG_FILES([Makefile
doc/Makefile
doc/guide/Makefile
src/Makefile
src/bin/Makefile
...
...
doc/Makefile.am
0 → 100644
View file @
3e151d44
SUBDIRS
=
guide
EXTRA_DIST
=
version.ent.in
doc/guide/Makefile.am
View file @
3e151d44
EXTRA_DIST
=
bind10-guide.css
EXTRA_DIST
+=
bind10-guide.html
EXTRA_DIST
+=
bind10-guide.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