diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-23 19:49:08 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-23 19:49:08 +0200 |
| commit | a2509822de559d59e8e955b95b6809fde26fa017 (patch) | |
| tree | 612026f308897b83946ab888c538998b08b2f3a5 | |
| parent | 02bb83446efcf80e7f1dba43403af8357717e8a0 (diff) | |
Fix typo.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f2ac727..b0ab5eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -209,7 +209,7 @@ FOREACH ( doc ${tuxanci_docs} ) ) INSTALL ( FILES ${CMAKE_BINARY_DIR}/${_doc}.gz DESTINATION ${CMAKE_INSTALL_DOCDIR}/ ) - LIST(APPEND _docFiles ${_doc}.bz2 ) + LIST(APPEND _docFiles ${_doc}.gz ) ENDFOREACH ( doc ) ADD_CUSTOM_TARGET(docs ALL DEPENDS ${_docFiles}) ############################################################################### |