diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-07 23:12:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-09 18:54:45 +0300 |
commit | 352409f22230698bc32661b916f708663a4179b5 (patch) | |
tree | ae61ad48814a076ae5f32137c297fc1b3198ab7c /data/help/tips/Makefile.am | |
parent | 59ce7917ffb4e6b89593a54fed590d439585ae5f (diff) | |
download | mv-352409f22230698bc32661b916f708663a4179b5.tar.gz mv-352409f22230698bc32661b916f708663a4179b5.tar.bz2 mv-352409f22230698bc32661b916f708663a4179b5.tar.xz mv-352409f22230698bc32661b916f708663a4179b5.zip |
Add "did you know?" dialog and some messages for it.
Fix browserbox images position and size.
Diffstat (limited to 'data/help/tips/Makefile.am')
-rw-r--r-- | data/help/tips/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/help/tips/Makefile.am b/data/help/tips/Makefile.am new file mode 100644 index 000000000..1c7e6550e --- /dev/null +++ b/data/help/tips/Makefile.am @@ -0,0 +1,16 @@ + +helptipsdir = $(pkgdatadir)/data/help/tips + +helptips_DATA = \ + 1.txt \ + 1-1.jpg \ + 1-2.jpg \ + 2.txt \ + 3.txt \ + 4.txt \ + 5.txt \ + 6.txt + +EXTRA_DIST = \ + $(helptips_DATA) \ + CMakeLists.txt |