Fix installation of examples.
git-svn-id: http://tint2.googlecode.com/svn/trunk@460 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
c0a0f647d5
commit
985af5f36a
2 changed files with 19 additions and 6 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
2010-05-17
|
||||||
|
- Fix installation of examples
|
||||||
|
|
||||||
2010-05-15
|
2010-05-15
|
||||||
- added panel theme switcher 'tint2conf'
|
- added panel theme switcher 'tint2conf'
|
||||||
with preview of each theme based on current config (size of monitor, task opened, ...)
|
with preview of each theme based on current config (size of monitor, task opened, ...)
|
||||||
|
|
|
@ -4,12 +4,22 @@ dist_rc_DATA = tint2rc
|
||||||
|
|
||||||
if INSTALL_EXAMPLES
|
if INSTALL_EXAMPLES
|
||||||
examplesdir = $(docdir)/examples
|
examplesdir = $(docdir)/examples
|
||||||
dist_examples_DATA = default.tint2rc \
|
dist_examples_DATA = icon_and_text_1.tint2rc \
|
||||||
vertical_icon_only.tint2rc \
|
icon_and_text_2.tint2rc \
|
||||||
rounded_multi_desktop.tint2rc \
|
icon_and_text_3.tint2rc \
|
||||||
black_single_desktop.tint2rc \
|
icon_and_text_4.tint2rc \
|
||||||
horizontal_icon_only.tint2rc \
|
icon_only_1.tint2rc \
|
||||||
white_single_desktop.tint2rc
|
icon_only_2.tint2rc \
|
||||||
|
icon_only_3.tint2rc \
|
||||||
|
icon_only_4.tint2rc \
|
||||||
|
icon_only_6.tint2rc \
|
||||||
|
icon_only_7.tint2rc \
|
||||||
|
text_only_1.tint2rc \
|
||||||
|
text_only_2.tint2rc \
|
||||||
|
text_only_3.tint2rc \
|
||||||
|
text_only_4.tint2rc \
|
||||||
|
text_only_5.tint2rc \
|
||||||
|
text_only_6.tint2rc
|
||||||
else
|
else
|
||||||
examplesdir =
|
examplesdir =
|
||||||
dist_examples_DATA =
|
dist_examples_DATA =
|
||||||
|
|
Loading…
Reference in a new issue