summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-09-08 17:32:35 -0700
committerEd Warnicke <eaw@cisco.com>2016-09-08 17:33:19 -0700
commitdced6bb6e87a3d79f8df19198508aa5462fd6e13 (patch)
tree08985296bc95f739fdeb416406fddd52d8a90be1 /jjb
parent28c83c45b31af11362ce8d81bead78b8ba8cad7a (diff)
Fix incorrect zip command in include-raw-vpp-docs.sh
Change-Id: If65fad32ab099d03c0a6b99195869d17bff308f7 Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/vpp/include-raw-vpp-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vpp/include-raw-vpp-docs.sh b/jjb/vpp/include-raw-vpp-docs.sh
index 4f60b01b5..8b60d33a3 100644
--- a/jjb/vpp/include-raw-vpp-docs.sh
+++ b/jjb/vpp/include-raw-vpp-docs.sh
@@ -18,7 +18,7 @@ sudo apt-get install -y zip
make doxygen
cd ${DOC_DIR}
-zip ${DOC_FILE} .
+zip -r ${DOC_FILE} *
cat pom.xml << EOF
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>