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
4692766f
Commit
4692766f
authored
Jun 10, 2014
by
Tomek Mrugalski
🛰
Browse files
[3418] Initial file rename
parent
f10f7902
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
4692766f
...
...
@@ -7,10 +7,13 @@ devel:
(
cat
Doxyfile
;
echo
PROJECT_NUMBER
=
$(PACKAGE_VERSION)
)
| doxygen -
>
html/doxygen.log 2> html/doxygen-error.log
echo
`
grep
-i
": warning:"
html/doxygen-error.log |
wc
-l
`
warnings/errors detected.
guide
:
$(MAKE)
-C
guide kea-guide.html
clean
:
rm
-rf
html
# That's a bit of a hack, but we are making sure that devel target
# is always valid. The alternative is to make devel depend on all
# *.cc *.h files in the whole tree.
.PHONY
:
devel
.PHONY
:
devel
guide
doc/guide/Makefile.am
View file @
4692766f
# generated documentation
HTMLDOCS
=
bind10
-guide.html
bind10
-messages.html
DOCS
=
bind10
-guide.txt
HTMLDOCS
=
kea
-guide.html
kea
-messages.html
DOCS
=
kea
-guide.txt
dist_doc_DATA
=
$(DOCS)
dist_html_DATA
=
$(HTMLDOCS)
bind10
-guide.css
dist_html_DATA
=
$(HTMLDOCS)
kea
-guide.css
EXTRA_DIST
=
bind10
-guide.xml
DISTCLEANFILES
=
$(HTMLDOCS)
$(DOCS)
bind10
-messages.xml
EXTRA_DIST
=
kea
-guide.xml
DISTCLEANFILES
=
$(HTMLDOCS)
$(DOCS)
kea
-messages.xml
# This is not a "man" manual, but reuse this for now for docbook.
if
GENERATE_DOCS
bind10
-guide.html
:
bind10
-guide.xml
kea
-guide.html
:
kea
-guide.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
\
--path
$(top_builddir)
/doc
\
-o
$@
\
--stringparam
section.autolabel 1
\
--stringparam
section.label.includes.component.label 1
\
--stringparam
html.stylesheet
bind10
-guide.css
\
--stringparam
html.stylesheet
kea
-guide.css
\
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
\
$(srcdir)
/
bind10
-guide.xml
$(srcdir)
/
kea
-guide.xml
bind10
-guide.txt
:
bind10
-guide.html
@
ELINKS@
-dump
-no-numbering
-no-references
bind10
-guide.html
>
$@
kea
-guide.txt
:
kea
-guide.html
@
ELINKS@
-dump
-no-numbering
-no-references
kea
-guide.html
>
$@
bind10
-messages.html
:
bind10
-messages.xml
kea
-messages.html
:
kea
-messages.xml
@
XSLTPROC@
--novalid
--xinclude
--nonet
\
--path
$(top_builddir)
/doc
\
-o
$@
\
--stringparam
html.stylesheet
bind10
-guide.css
\
--stringparam
html.stylesheet
kea
-guide.css
\
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
\
bind10
-messages.xml
kea
-messages.xml
bind10
-messages.xml
:
kea
-messages.xml
:
$(PYTHON)
$(top_srcdir)
/tools/system_messages.py
-o
$@
$(top_srcdir)
else
...
...
doc/guide/
bind10
-guide.css
→
doc/guide/
kea
-guide.css
View file @
4692766f
File moved
doc/guide/
bind10
-guide.xml
→
doc/guide/
kea
-guide.xml
View file @
4692766f
File moved
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