[Kst] Re: branches/work/kst/portto4/kst
Matthew D Truch
matt at truch.net
Tue Feb 22 22:43:13 CET 2011
> SVN commit 1222332 by kuemmel:
>
> add man file
Awesome!
> --- branches/work/kst/portto4/kst/cmake/src/kst/CMakeLists.txt #1222331:1222332
> @@ -34,6 +34,13 @@
>
>
> if(UNIX AND NOT APPLE)
> +
> + set(man ${CMAKE_BINARY_DIR}/kst.1)
> + configure_file(${kst_dir}/src/kst/kst.1.txt ${man}.txt)
> + install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E tar czf ${man}.gz ${man}.txt)")
> + set_source_files_properties(${man}.gz PROPERTIES GENERATED TRUE)
> + install(FILES ${man}.gz DESTINATION share/man/man1)
> +
> set(k ${kst_dir}/src/kst)
> install(FILES ${k}/kstplugin.desktop
> ${k}/kstdatasourceplugin.desktop
I think you want to be using gzip instead of tar.
--
"Things should be made as simple as possible, but not any simpler. -- Einstein."
--------------------------
Matthew Truch
Department of Physics and Astronomy
University of Pennsylvania
matt at truch.net
http://matt.truch.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kst/attachments/20110222/262ea1ed/attachment.sig
More information about the Kst
mailing list