Page MenuHomeClusterLabs Projects

fencemanperl.mk
No OneTemporary

fencemanperl.mk

%.8: $(TARGET) $(top_srcdir)/fence/agents/lib/fence2man.xsl
set -e && \
perl $(TARGET) -o metadata > .$@.tmp && \
xmllint --noout --relaxng $(top_srcdir)/fence/agents/lib/metadata.rng .$@.tmp && \
xsltproc $(top_srcdir)/fence/agents/lib/fence2man.xsl .$@.tmp > $@
xsltproc $(top_srcdir)/fence/agents/lib/fence2wiki.xsl .$@.tmp | grep -v '<?xml' > $(@:%.8=%.wiki)
clean-man:
rm -f *.8 .*.8.tmp *.wiki

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 25, 2:14 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1367110
Default Alt Text
fencemanperl.mk (408 B)

Event Timeline