Module: sems
Branch: master
Commit: d4709511d0582398577d224633aa8b0330dfe7ac
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d4709511d0582398577d224633aa8b0330dfe7ac

Author: Peter Lemenkov <[email protected]>
Committer: Peter Lemenkov <[email protected]>
Date:   Sat Oct  2 22:25:46 2010 +0400

Simplify doc install path

Signed-off-by: Peter Lemenkov <[email protected]>

---

 cmake/doc.rules.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/doc.rules.txt b/cmake/doc.rules.txt
index 0be4fb3..43d656f 100644
--- a/cmake/doc.rules.txt
+++ b/cmake/doc.rules.txt
@@ -1,13 +1,13 @@
 FOREACH (doc_file ${doc_files})
        INSTALL(
-               FILES ${doc_file} DESTINATION 
${SEMS_DOC_PREFIX}/sems-${SEMS_MAJOR_VERSION}.${SEMS_MINOR_VERSION}.${SEMS_BUILD_VERSION}
+               FILES ${doc_file} DESTINATION 
${SEMS_DOC_PREFIX}/sems-${SEMS_VERSION}
        )
 ENDFOREACH(doc_file ${doc_files})
 
 FOREACH (doc_dir ${doc_dirs})
        INSTALL(
                DIRECTORY ${doc_dir}
-               DESTINATION 
${SEMS_DOC_PREFIX}/sems-${SEMS_MAJOR_VERSION}.${SEMS_MINOR_VERSION}.${SEMS_BUILD_VERSION}
+               DESTINATION ${SEMS_DOC_PREFIX}/sems-${SEMS_VERSION}
                PATTERN .svn EXCLUDE
        )
 ENDFOREACH(doc_dir ${doc_dirs})

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to