From 797b0d1168123576805c800b1c056f4ea861da4e Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 15 Apr 2016 16:18:48 +0530 Subject: [PATCH] Fixed location of html documentation in hip_doc package [ROCm/hip commit: 0ff41dd3d99dd6b0a20c58a14e5d7d557a1ee6b6] --- projects/hip/packaging/hip_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/packaging/hip_doc.txt b/projects/hip/packaging/hip_doc.txt index f4dcbf8728..c80a51cb2b 100644 --- a/projects/hip/packaging/hip_doc.txt +++ b/projects/hip/packaging/hip_doc.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.3) project(hip_doc) -install(DIRECTORY @hip_SOURCE_DIR@/docs/RuntimeAPI/html DESTINATION .) +install(DIRECTORY @hip_SOURCE_DIR@/docs/RuntimeAPI/html DESTINATION docs) ############################# # Packaging steps