fence-agents: master - [build] fencing library: Add fence2wiki.xsl as XSL in Makefile.am

Marek GrĂ¡c marx at fedoraproject.org
Thu Oct 16 12:15:09 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=9f180da9a4f14bf56e5d0f0f87260223cd49f35f
Commit:        9f180da9a4f14bf56e5d0f0f87260223cd49f35f
Parent:        fbef1a9288b311564e3abe840ba414a4fee59832
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Thu Oct 16 14:12:36 2014 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Thu Oct 16 14:12:36 2014 +0200

[build] fencing library: Add fence2wiki.xsl as XSL in Makefile.am

---
 fence/agents/lib/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/fence/agents/lib/Makefile.am b/fence/agents/lib/Makefile.am
index 38281bc..749de19 100644
--- a/fence/agents/lib/Makefile.am
+++ b/fence/agents/lib/Makefile.am
@@ -8,7 +8,7 @@ endif
 
 SRC			= fencing.py.py fencing_snmp.py.py XenAPI.py.py check_used_options.py
 
-XSL			= fence2man.xsl fence2rng.xsl
+XSL			= fence2man.xsl fence2rng.xsl fence2wiki.xsl
 
 FASRNG			= fence.rng.head fence.rng.tail metadata.rng
 
@@ -23,3 +23,5 @@ rngdir			= ${CLUSTERDATA}/relaxng
 rng_DATA		= $(XSL) $(FASRNG)
 
 include $(top_srcdir)/make/fencebuild.mk
+
+clean-man:


More information about the cluster-commits mailing list