all repos — tint2 @ d0ea66790ebcc9bb669356ea20c24ee818086b75

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

*fix* install man file too


git-svn-id: http://tint2.googlecode.com/svn/trunk@476 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Andreas.Fink85 Andreas.Fink85@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

d0ea66790ebcc9bb669356ea20c24ee818086b75

parent

abeb6d384d84500afab1cab7ed055fdb9553eb45

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -95,6 +95,7 @@ install( TARGETS tint2 DESTINATION bin )

install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 ) install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 ) install( FILES AUTHORS ChangeLog README DESTINATION ${DOCDIR} ) +install( FILES doc/tint2.1 DESTINATION ${MANDIR}/man1 ) if( ENABLE_EXAMPLES ) file( GLOB SAMPLEFILES sample/*.tint2rc ) install( FILES ${SAMPLEFILES} DESTINATION ${DOCDIR}/examples )