forked from extern/shorewall_code
Switch man page generation from docbook2x to xmlto -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8620 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1844d9bbc7
commit
931d316e04
@ -470,7 +470,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
|
||||
for f in *.xml; do
|
||||
if [ $f != shorewall-template.xml ]; then
|
||||
progress_message "Generating Man Page from $f..."
|
||||
do_or_die xmlto --skip-validation man $f
|
||||
do_or_die "xmlto --skip-validation man $f >> $LOGFILE 2>&1"
|
||||
case $f in
|
||||
*.conf.*|shorewall.xml)
|
||||
;;
|
||||
@ -494,7 +494,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
|
||||
for f in *.xml; do
|
||||
if [ $f != shorewall-template.xml ]; then
|
||||
progress_message "Generating Man Page from $f..."
|
||||
do_or_die xmlto --skip-validation man $f
|
||||
do_or_die "xmlto --skip-validation man $f >> $LOGFILE 2>&1"
|
||||
case $f in
|
||||
*.conf.*|shorewall-lite.xml)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user