Fix incorrect zip command in include-raw-vpp-docs.sh 48/2748/1
authorEd Warnicke <eaw@cisco.com>
Fri, 9 Sep 2016 00:32:35 +0000 (17:32 -0700)
committerEd Warnicke <eaw@cisco.com>
Fri, 9 Sep 2016 00:33:19 +0000 (17:33 -0700)
Change-Id: If65fad32ab099d03c0a6b99195869d17bff308f7
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/vpp/include-raw-vpp-docs.sh

index 4f60b01..8b60d33 100644 (file)
@@ -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>