1
0
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:
roopa
2014-02-14 11:13:09 -08:00
parent e37ad4a607
commit 0ff44a76ac

View File

@@ -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