[libvirt] [PATCH] docs: Distribute XSLT files to generate HACKING

On Fri, Feb 11, 2011 at 02:19:50PM +0100, Matthias Bolte wrote:
Patch attached.
Matthias
From a34c3fbe257e3ad9a64907be22f54556913b9593 Mon Sep 17 00:00:00 2001 From: Matthias Bolte <matthias.bolte@googlemail.com> Date: Fri, 11 Feb 2011 11:03:31 +0100 Subject: [PATCH] docs: Distribute XSLT files to generate HACKING
--- docs/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/docs/Makefile.am b/docs/Makefile.am index 43c54f6..473bbbf 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -80,6 +80,7 @@ fig = \ EXTRA_DIST= \ apibuild.py \ site.xsl newapi.xsl news.xsl page.xsl \ + hacking1.xsl hacking2.xsl wrapstring.xsl \ $(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \ $(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \ $(xml) $(fig) $(png) $(css) \
ACK, mine was missing wrapstring.xsl Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

2011/2/11 Daniel Veillard <veillard@redhat.com>:
On Fri, Feb 11, 2011 at 02:19:50PM +0100, Matthias Bolte wrote:
Patch attached.
Matthias
From a34c3fbe257e3ad9a64907be22f54556913b9593 Mon Sep 17 00:00:00 2001 From: Matthias Bolte <matthias.bolte@googlemail.com> Date: Fri, 11 Feb 2011 11:03:31 +0100 Subject: [PATCH] docs: Distribute XSLT files to generate HACKING
--- docs/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/docs/Makefile.am b/docs/Makefile.am index 43c54f6..473bbbf 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -80,6 +80,7 @@ fig = \ EXTRA_DIST= \ apibuild.py \ site.xsl newapi.xsl news.xsl page.xsl \ + hacking1.xsl hacking2.xsl wrapstring.xsl \ $(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \ $(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \ $(xml) $(fig) $(png) $(css) \
ACK, mine was missing wrapstring.xsl
Daniel
Thanks, pushed. Matthias
participants (2)
-
Daniel Veillard
-
Matthias Bolte