diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-09 18:55:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-09 18:55:54 +0300 |
commit | 01c43410488f80156f0d47bb3762a1fe2af38b3f (patch) | |
tree | a79145b7e9df1cba08e205038e6ba4d43b13fe07 /data/help/tips/Makefile.am | |
parent | 4d875e356660d5196df8cd1ccc1e84ddfec429fd (diff) | |
parent | 352409f22230698bc32661b916f708663a4179b5 (diff) | |
download | mv-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.gz mv-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.bz2 mv-01c43410488f80156f0d47bb3762a1fe2af38b3f.tar.xz mv-01c43410488f80156f0d47bb3762a1fe2af38b3f.zip |
Merge branch 'didyouknow'
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 |