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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sun Jun 21 15:59:34 2015 +0200

doc/prebuild: serialize asciidoc icons/callouts generation

---

 doc/asciidoc/Makefile.am |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/asciidoc/Makefile.am b/doc/asciidoc/Makefile.am
index 8276e1e..d51d77a 100644
--- a/doc/asciidoc/Makefile.am
+++ b/doc/asciidoc/Makefile.am
@@ -107,12 +107,16 @@ $(tmpdir)/%.txt: %.adoc Makefile plaintext.conf 
plaintext.xsl
 %.txt: $(tmpdir)/%.txt Makefile plaintext_postproc.awk
        awk -f $(srcdir)/plaintext_postproc.awk $(tmpdir)/$*.txt > $@
 
-html/asciidoc-icons html/asciidoc-icons/callouts:
+html/asciidoc-icons:
        @$(RM) -R asciidoc-icons
        @test -d /usr/share/asciidoc/images && \
        cp -a /usr/share/asciidoc/images/icons html/asciidoc-icons || \
        cp -a /usr/share/asciidoc/icons html/asciidoc-icons
 
+html/asciidoc-icons/callouts: html/asciidoc-icons
+
+.PHONY: html/asciidoc-icons
+
 endif
 
 include $(top_srcdir)/doc/install-dist.rules


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

Reply via email to