mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
Fix makeshorewall for lite manpages -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4939 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
cc986ee710
commit
fb976db7ee
@ -344,10 +344,12 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
|
|||||||
rm *.xml
|
rm *.xml
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
||||||
|
mkdir $SHOREWALLLITEDIR/manpages
|
||||||
|
cp -f $SHOREWALLDIR/manpages/*.[58] $SHOREWALLLITEDIR/manpages
|
||||||
|
|
||||||
cd $SHOREWALLLITEDIR
|
cd $SHOREWALLLITEDIR
|
||||||
progress_message "Exporting $LITEMANPAGETAG from SVN..."
|
progress_message "Exporting $LITEMANPAGETAG from SVN..."
|
||||||
do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$LITEMANPAGETAG manpages >> $LOGFILE 2>&1"
|
do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$LITEMANPAGETAG manpages >> $LOGFILE 2>&1"
|
||||||
mkdir manpages
|
|
||||||
cp -f $SHOREWALLDIR/manpages/*.[58] manpages
|
cp -f $SHOREWALLDIR/manpages/*.[58] manpages
|
||||||
cd manpages
|
cd manpages
|
||||||
for f in *.xml; do
|
for f in *.xml; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user