mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Fix build failure
Ticket: CM-1438 Reviewed By: Testing Done:
This commit is contained in:
@@ -10,7 +10,7 @@ DST_MAN_DIR=$2
|
||||
|
||||
echo -n "Generating man pages .."
|
||||
# Loop over all the man directories
|
||||
mkdir -p $(DST_MAN_DIR)
|
||||
mkdir -p $DST_MAN_DIR
|
||||
for p in $(ls $SRC_MAN_DIR/*.rst) ; do
|
||||
# strip src man path
|
||||
src_file=$p
|
||||
|
Reference in New Issue
Block a user