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
ISC Open Source Projects
Kea
Commits
66f51dc9
Commit
66f51dc9
authored
Jun 12, 2019
by
Tomek Mrugalski
🛰
Committed by
Michal Nowikowski
Jul 30, 2019
Browse files
Added targets for PDF and multi-page HTML
- also updated -M to -b which is supported by sphinx 2.x
parent
a1adbffd
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
66f51dc9
...
...
@@ -185,6 +185,12 @@ devel:
guide
:
$(MAKE)
-C
guide kea-guide.html
pdf
:
$(MAKE)
-C
guide kea-guide.pdf
pages
:
$(MAKE)
-C
guide pages
clean
:
rm
-rf
html
...
...
doc/guide/Makefile.am
View file @
66f51dc9
...
...
@@ -36,12 +36,15 @@ sphinxbuild = sphinx-build
sphinxopts
=
-E
kea-guide.pdf
:
$(rst_sources)
@
$(sphinxbuild)
-
M
latex
pdf
$(srcdir)
$(builddir)
/_build
$(sphinxopts)
@
$(sphinxbuild)
-
b
latex
$(srcdir)
$(builddir)
/_build
$(sphinxopts)
kea-guide.html
:
$(rst_sources)
@
$(sphinxbuild)
-M
singlehtml
$(srcdir)
$(builddir)
/_build
$(sphinxopts)
@
$(sphinxbuild)
-b
singlehtml
$(srcdir)
$(builddir)
/_build
$(sphinxopts)
pages
:
$(rst_sources)
@
$(sphinxbuild)
-b
html
$(srcdir)
$(builddir)
/_build2
$(sphinxopts)
EXTRA_DIST
=
$(rst_sources)
# TODO: here should b
a
added some stuff for DIST, etc to be consumed by automake/autoconf
# TODO: here should b
e
added some stuff for DIST, etc to be consumed by automake/autoconf
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