docs-common/bin db2rpm-info,NONE,1.1

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Fri Jan 6 17:39:34 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16982

Added Files:
	db2rpm-info 
Log Message:
Shell script to extract <articleinfo> or <bookinfo> currently in an XML
document and use it to generate a skeleton "rpm-info.xml" file.



--- NEW FILE db2rpm-info ---
#!/bin/sh
BINDIR=`dirname $01`
if [ $# -ne 1 ]; then
	echo "usage: `basename $0` docfile.xml" >&2
	exit 1
fi
xsltproc ${BINDIR}/../packaging/info2rpminfo.xsl $1			|
${BINDIR}/xmlformat -f ${BINDIR}/xmlformat-fdp.conf




More information about the Fedora-docs-commits mailing list