Changeset e2121d


Ignore:
Timestamp:
08/21/09 11:15:45 (4 years ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', '033cf796174446f5fff5bbfad1cbf1e4af35c0d8')('controller-upgrade', '72b31cc86eeeef18f1371a3067b6e8a5ca21abfc')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
Children:
1b1fec850a80bde25af45dac84e21455869dcdd7
Parents:
e145f8fa8361c30399a76a8761f6f83d8de4cfeb
git-author:
Micke Prag <micke.prag@telldus.se>2009-08-21 09:15:45+00:00
git-committer:
Micke Prag <micke.prag@telldus.se>2009-08-21 09:15:45+00:00
Message:

Dont bzip2 the man files, let the distribution compress them as they wish

Location:
telldus-core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/rfcmd/CMakeLists.txt

    r48ee96 re2121d  
    4949                TARGET rfcmd 
    5050                POST_BUILD 
    51                 COMMAND help2man ./rfcmd | bzip2 -c > rfcmd.1.bz2 
     51                COMMAND help2man ./rfcmd > rfcmd.1 
    5252                WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} 
    53                 COMMENT "Generating man file rfcmd.1.bz2" 
     53                COMMENT "Generating man file rfcmd.1" 
    5454        ) 
    5555ENDIF (UNIX) 
  • telldus-core/tdtool/CMakeLists.txt

    r435986 re2121d  
    3333                TARGET tdtool 
    3434                POST_BUILD 
    35                 COMMAND help2man ./tdtool | bzip2 -c > tdtool.1.bz2 
     35                COMMAND help2man ./tdtool > tdtool.1 
    3636                WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} 
    37                 COMMENT "Generating man file tdtool.1.bz2" 
     37                COMMENT "Generating man file tdtool.1" 
    3838        ) 
    3939ENDIF (UNIX) 
Note: See TracChangeset for help on using the changeset viewer.