Module: xenomai-forge
Branch: next
Commit: e4a92d30638156dc91de0b05cc9e8749c8f66c16
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=e4a92d30638156dc91de0b05cc9e8749c8f66c16

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Sun Jun 22 17:33:37 2014 +0200

doc: generate HTML version of manual pages

---

 doc/asciidoc/Makefile.am |   26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/doc/asciidoc/Makefile.am b/doc/asciidoc/Makefile.am
index eb9abbc..98c8744 100644
--- a/doc/asciidoc/Makefile.am
+++ b/doc/asciidoc/Makefile.am
@@ -1,11 +1,21 @@
 HTML_DOCS =                            \
-       html/README.INSTALL             \
-       html/README.APPLICATIONS        \
-       html/TROUBLESHOOTING            \
-       html/MIGRATION                  \
-       html/asciidoc-icons             \
-       html/asciidoc-icons/callouts    \
-       html/asciidoc-css               \
+       html/clocktest                          \
+       html/dohell                             \
+       html/latency                            \
+       html/rtcanconfig                        \
+       html/rtcanrecv                          \
+       html/rtcansend                          \
+       html/switchtest                         \
+       html/xeno-config                        \
+       html/xeno-test                          \
+       html/xeno                               \
+       html/README.INSTALL                     \
+       html/README.APPLICATIONS                \
+       html/TROUBLESHOOTING                    \
+       html/MIGRATION                          \
+       html/asciidoc-icons                     \
+       html/asciidoc-icons/callouts            \
+       html/asciidoc-css                       \
        html/asciidoc-js
 
 PDF_DOCS =                     \
@@ -71,7 +81,7 @@ html/%: %.adoc Makefile
        $(ASCIIDOC) -n -b xhtml11 $(ASCIIDOC_HTML_OPTS) -o $@/index.html $<
 
 %.1: %.adoc Makefile
-       $(A2X) -f manpage -D . $(ASCIIDOC_MAN_OPTS) $<       
+       $(A2X) -f manpage -D . $(ASCIIDOC_MAN_OPTS) $<
 
 %.pdf: %.adoc Makefile
        $(A2X) -f pdf -D . $(ASCIIDOC_PDF_OPTS) $<


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to