Include all files necessary to build documentation in distribution
This commit is contained in:
parent
569bec5b5c
commit
7a46ef074a
1 changed files with 76 additions and 0 deletions
|
@ -9,6 +9,82 @@ ASCIIDOCOPTS=-a pygments -a language=c -a icons \
|
|||
-a iconsdir="./images/icons" \
|
||||
-a stylesdir="${abs_srcdir}/stylesheets/"
|
||||
|
||||
EXTRA_DIST = \
|
||||
Doxyfile \
|
||||
DoxygenLayout.xml \
|
||||
core.txt \
|
||||
route.txt \
|
||||
index.txt \
|
||||
libnl.css \
|
||||
README \
|
||||
doxygen-link.py \
|
||||
gen-tags.sh \
|
||||
resolve-asciidoc-refs.py \
|
||||
tags2dict.sh \
|
||||
stylesheets/asciidoc.css \
|
||||
stylesheets/asciidoc-manpage.css \
|
||||
stylesheets/docbook-xsl.css \
|
||||
stylesheets/flask.css \
|
||||
stylesheets/flask-manpage.css \
|
||||
stylesheets/pygments.css \
|
||||
stylesheets/slidy.css \
|
||||
stylesheets/toc2.css \
|
||||
stylesheets/volnitsky.css \
|
||||
stylesheets/volnitsky-manpage.css \
|
||||
stylesheets/xhtml11-quirks.css \
|
||||
images/asciidoc__1.png \
|
||||
images/asciidoc__2.png \
|
||||
images/asciidoc__3.png \
|
||||
images/asciidoc__4.png \
|
||||
images/asciidoc__5.png \
|
||||
images/asciidoc__6.png \
|
||||
images/asciidoc__7.png \
|
||||
images/attribute_hdr.png \
|
||||
images/classful_qdisc.png \
|
||||
images/classless_qdisc_nbands.png \
|
||||
images/classless_qdisc.png \
|
||||
images/core__1.png \
|
||||
images/core__2.png \
|
||||
images/core__3.png \
|
||||
images/core__4.png \
|
||||
images/core__5.png \
|
||||
images/core__6.png \
|
||||
images/core__7.png \
|
||||
images/ifinfomsg.png \
|
||||
images/library_overview.png \
|
||||
images/nlmsgerr.png \
|
||||
images/nlmsghdr.png \
|
||||
images/qdisc_default.png \
|
||||
images/qdisc_mq.png \
|
||||
images/tc_obj.png \
|
||||
images/tc_overview.png \
|
||||
images/icons/caution.png \
|
||||
images/icons/example.png \
|
||||
images/icons/home.png \
|
||||
images/icons/important.png \
|
||||
images/icons/next.png \
|
||||
images/icons/note.png \
|
||||
images/icons/prev.png \
|
||||
images/icons/README \
|
||||
images/icons/tip.png \
|
||||
images/icons/up.png \
|
||||
images/icons/warning.png \
|
||||
images/icons/callouts/1.png \
|
||||
images/icons/callouts/2.png \
|
||||
images/icons/callouts/3.png \
|
||||
images/icons/callouts/4.png \
|
||||
images/icons/callouts/5.png \
|
||||
images/icons/callouts/6.png \
|
||||
images/icons/callouts/7.png \
|
||||
images/icons/callouts/8.png \
|
||||
images/icons/callouts/9.png \
|
||||
images/icons/callouts/10.png \
|
||||
images/icons/callouts/11.png \
|
||||
images/icons/callouts/12.png \
|
||||
images/icons/callouts/13.png \
|
||||
images/icons/callouts/14.png \
|
||||
images/icons/callouts/15.png
|
||||
|
||||
%.html: %.txt
|
||||
./resolve-asciidoc-refs.py $< > asciidoc.tmp
|
||||
asciidoc $(ASCIIDOCOPTS) -o $@ asciidoc.tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue