diff --git a/docs/Makefile.am b/docs/Makefile.am index 61862c4ab783217f5b9bf6367d38660e5020c441..404121a2a2b71ac9b73d7eacdcfc29d8802adc6f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -429,6 +429,10 @@ manpages/%.html.in: manpages/%.rst %.html.tmp: %.html.in site.xsl subsite.xsl page.xsl \ $(acl_generated) $(AM_V_GEN)name=`echo $@ | sed -e 's/.tmp//'`; \ + genhtmlin=`echo $@ | sed -e 's/.tmp/.in/'`; \ + rst=`echo $@ | sed -e 's/.html.tmp/.rst/'`; \ + src="$$genhtmlin"; \ + test -f "$$genhtmlin" && src="$$rst"; \ dir=`dirname $@` ; \ if test "$$dir" = "."; \ then \ @@ -438,6 +442,7 @@ manpages/%.html.in: manpages/%.rst style=subsite.xsl; \ fi; \ $(XSLTPROC) --stringparam pagename $$name \ + --stringparam pagesrc $$src \ --stringparam builddir '$(abs_top_builddir)' \ --stringparam timestamp $(timestamp) --nonet \ $(top_srcdir)/docs/$$style $< > $@ \ diff --git a/docs/libvirt.css b/docs/libvirt.css index 18e55dac5981c0bb6366729e7ef0a6cc2d4a6dd5..a6f343908d5255e8699ceab2beea902d61131c99 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -453,7 +453,7 @@ br.clear { text-decoration: underline; } -#contact, #community { +#contact, #community, #contribute { float: left; padding: 0px; margin-left: 3em; diff --git a/docs/page.xsl b/docs/page.xsl index ddae5ab50809c4755389eb88368c6214e792146e..69238714004d652f27150df7d78e12a4e6103673 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -77,6 +77,7 @@ + <!DOCTYPE html> @@ -165,6 +166,12 @@
  • serverfault
  • +
    +

    Contribute

    + +
    Participants in the libvirt project agree to abide by the project code of conduct
    diff --git a/docs/site.xsl b/docs/site.xsl index c9d41f2c93af67b4e45e78d32673aef6e8389672..73ddd8ca6b33ffda4284cdece85abec15213d735 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -27,6 +27,7 @@ + diff --git a/docs/subsite.xsl b/docs/subsite.xsl index f56ac0491c02aa6246b07cd1708ced1f96a1f810..bfd34eebd2748faf073a4ef7c975d5dcbdffbd26 100644 --- a/docs/subsite.xsl +++ b/docs/subsite.xsl @@ -17,6 +17,7 @@ +